#2CB74F

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

Shades of Chateau Green #2CB74F

Tints of Chateau Green #2CB74F

Color information

#2CB74F (or 0x2CB74F) is unknown color: approx Chateau Green. HEX triplet: 2C, B7 and 4F. RGB value is (44,183,79). Sum of RGB (Red+Green+Blue) = 44+183+79=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB74F is #D348B0. Grayscale: #818181. Windows color (decimal): -13846705 or 5224236. OLE color: 5224236.

HSL color Cylindrical-coordinate representation of color #2CB74F: hue angle of 135.11º 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 #2CB74F is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB4418379-
CMYK0.7600.570.28
HSL135.11º61.23%44.51%-
HSV(B)135.11º75.96%71.76%-
XYZ19.3834.9713.12-
YUV129.5899.4566.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.38%
GREEN value IS 183 (71.88% from 255) = 59.80%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=14.38%
G=59.80%
B=25.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal44183790.7600.570.28135.1161.2344.51
Hex2CB74F4C0391C873d2d
Octal54267117114071342077555
Binary101100101101111001111100110001110011110010000111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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