#2CB54C

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

Shades of Chateau Green #2CB54C

Tints of Chateau Green #2CB54C

Color information

#2CB54C (or 0x2CB54C) is unknown color: approx Chateau Green. HEX triplet: 2C, B5 and 4C. RGB value is (44,181,76). Sum of RGB (Red+Green+Blue) = 44+181+76=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB54C is #D34AB3. Grayscale: #808080. Windows color (decimal): -13847220 or 5027116. OLE color: 5027116.

HSL color Cylindrical-coordinate representation of color #2CB54C: hue angle of 134.01º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB54C is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB4418176-
CMYK0.7600.580.29
HSL134.01º60.89%44.12%-
HSV(B)134.01º75.69%70.98%-
XYZ18.8734.1112.43-
YUV128.0798.6168.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.62%
GREEN value IS 181 (71.09% from 255) = 60.13%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=14.62%
G=60.13%
B=25.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal44181760.7600.580.29134.0160.8944.12
Hex2CB54C4C03A1D863d2c
Octal54265114114072352067554
Binary101100101101011001100100110001110101110110000110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,181,76); }

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

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

 a { background-color: rgb(44,181,76); }

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

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

 span { border-color: rgb(44,181,76); }

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