#2CC051

Color #2CC051 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #2CC051

Tints of Chateau Green #2CC051

Color information

#2CC051 (or 0x2CC051) is unknown color: approx Chateau Green. HEX triplet: 2C, C0 and 51. RGB value is (44,192,81). Sum of RGB (Red+Green+Blue) = 44+192+81=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC051 is #D33FAE. Grayscale: #878787. Windows color (decimal): -13844399 or 5357612. OLE color: 5357612.

HSL color Cylindrical-coordinate representation of color #2CC051: hue angle of 135º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC051 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB4419281-
CMYK0.7700.580.25
HSL135º62.71%46.27%-
HSV(B)135º77.08%75.29%-
XYZ21.3738.8314.15-
YUV135.0997.4763.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 13.88%
GREEN value IS 192 (75.39% from 255) = 60.57%
BLUE value IS 81 (32.03% from 255) = 25.55%
R=13.88%
G=60.57%
B=25.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44192810.7700.580.2513562.7146.27
Hex2CC0514D03A19873f2e
Octal54300121115072312077756
Binary101100110000001010001100110101110101100110000111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CC051; }

 p { color: rgb(44,192,81); }

 H1.HeaderClassName
 {
   color: #2CC051;
 }
 .AnyTagClassName
 {
   color: #2CC051;
 }
</style>
background-color css

<style>
 a { background-color: #2CC051; }

 a { background-color: rgb(44,192,81); }

 div.DivClassName
 {
   background-color: #2CC051;
 }
 .BgClassName
 {
   background-color: #2CC051;
 }
</style>
border-color css

<style>
 span { border-color: #2CC051; }

 span { border-color: rgb(44,192,81); }

 td.TdClassName
 {
   border-color: #2CC051;
 }
 .TagClassName
 {
   border-color: #2CC051;
 }
</style>