#2CB74C

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

Shades of Chateau Green #2CB74C

Tints of Chateau Green #2CB74C

Color information

#2CB74C (or 0x2CB74C) is unknown color: approx Chateau Green. HEX triplet: 2C, B7 and 4C. RGB value is (44,183,76). Sum of RGB (Red+Green+Blue) = 44+183+76=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB74C is #D348B3. Grayscale: #818181. Windows color (decimal): -13846708 or 5027628. OLE color: 5027628.

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

Color convert

RGB4418376-
CMYK0.7600.580.28
HSL133.81º61.23%44.51%-
HSV(B)133.81º75.96%71.76%-
XYZ19.2834.9212.56-
YUV129.2497.9567.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.52%
GREEN value IS 183 (71.88% from 255) = 60.40%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=14.52%
G=60.40%
B=25.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal44183760.7600.580.28133.8161.2344.51
Hex2CB74C4C03A1C863d2d
Octal54267114114072342067555
Binary101100101101111001100100110001110101110010000110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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