#2CB74A

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

Shades of Chateau Green #2CB74A

Tints of Chateau Green #2CB74A

Color information

#2CB74A (or 0x2CB74A) is unknown color: approx Chateau Green. HEX triplet: 2C, B7 and 4A. RGB value is (44,183,74). Sum of RGB (Red+Green+Blue) = 44+183+74=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 183 (71.88% from 255 or 60.80% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB74A is #D348B5. Grayscale: #818181. Windows color (decimal): -13846710 or 4896556. OLE color: 4896556.

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

Color convert

RGB4418374-
CMYK0.7600.600.28
HSL132.95º61.23%44.51%-
HSV(B)132.95º75.96%71.76%-
XYZ19.2134.912.2-
YUV129.0196.9567.36-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.62%
GREEN value IS 183 (71.88% from 255) = 60.80%
BLUE value IS 74 (29.30% from 255) = 24.58%
R=14.62%
G=60.80%
B=24.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal44183740.7600.600.28132.9561.2344.51
Hex2CB74A4C03C1C853d2d
Octal54267112114074342057555
Binary101100101101111001010100110001111001110010000101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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