#2CA94E

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

Shades of Chateau Green #2CA94E

Tints of Chateau Green #2CA94E

Color information

#2CA94E (or 0x2CA94E) is unknown color: approx Chateau Green. HEX triplet: 2C, A9 and 4E. RGB value is (44,169,78). Sum of RGB (Red+Green+Blue) = 44+169+78=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 169 (66.41% from 255 or 58.08% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 169 - color contains mainly: green. Hex color #2CA94E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA94E is #D356B1. Grayscale: #797979. Windows color (decimal): -13850290 or 5155116. OLE color: 5155116.

HSL color Cylindrical-coordinate representation of color #2CA94E: hue angle of 136.32º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA94E is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB4416978-
CMYK0.7400.540.34
HSL136.32º58.69%41.76%-
HSV(B)136.32º73.96%66.27%-
XYZ16.629.4612.02-
YUV121.25103.5972.9-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.12%
GREEN value IS 169 (66.41% from 255) = 58.08%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=15.12%
G=58.08%
B=26.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal44169780.7400.540.34136.3258.6941.76
Hex2CA94E4A03622883b2a
Octal54251116112066422107352
Binary1011001010100110011101001010011011010001010001000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,169,78); }

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

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

 a { background-color: rgb(44,169,78); }

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

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

 span { border-color: rgb(44,169,78); }

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