#2CB94F

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

Shades of Chateau Green #2CB94F

Tints of Chateau Green #2CB94F

Color information

#2CB94F (or 0x2CB94F) is unknown color: approx Chateau Green. HEX triplet: 2C, B9 and 4F. RGB value is (44,185,79). Sum of RGB (Red+Green+Blue) = 44+185+79=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #2CB94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB94F is #D346B0. Grayscale: #838383. Windows color (decimal): -13846193 or 5224748. OLE color: 5224748.

HSL color Cylindrical-coordinate representation of color #2CB94F: hue angle of 134.89º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB94F is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB4418579-
CMYK0.7600.570.27
HSL134.89º61.57%44.9%-
HSV(B)134.89º76.22%72.55%-
XYZ19.835.813.26-
YUV130.7698.7966.12-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.29%
GREEN value IS 185 (72.66% from 255) = 60.06%
BLUE value IS 79 (31.25% from 255) = 25.65%
R=14.29%
G=60.06%
B=25.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal44185790.7600.570.27134.8961.5744.9
Hex2CB94F4C0391B873e2d
Octal54271117114071332077655
Binary101100101110011001111100110001110011101110000111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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