#2CB74B

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

Shades of Chateau Green #2CB74B

Tints of Chateau Green #2CB74B

Color information

#2CB74B (or 0x2CB74B) is unknown color: approx Chateau Green. HEX triplet: 2C, B7 and 4B. RGB value is (44,183,75). Sum of RGB (Red+Green+Blue) = 44+183+75=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 183 (71.88% from 255 or 60.60% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB74B is #D348B4. Grayscale: #818181. Windows color (decimal): -13846709 or 4962092. OLE color: 4962092.

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

Color convert

RGB4418375-
CMYK0.7600.590.28
HSL133.38º61.23%44.51%-
HSV(B)133.38º75.96%71.76%-
XYZ19.2434.9112.38-
YUV129.1397.4567.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.57%
GREEN value IS 183 (71.88% from 255) = 60.60%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=14.57%
G=60.60%
B=24.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal44183750.7600.590.28133.3861.2344.51
Hex2CB74B4C03B1C853d2d
Octal54267113114073342057555
Binary101100101101111001011100110001110111110010000101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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