#2ca94b

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

Shades of Chateau Green #2CA94B

Tints of Chateau Green #2CA94B

Color information

#2CA94B (or 0x2CA94B) is unknown color: approx Chateau Green. HEX triplet: 2C, A9 and 4B. RGB value is (44,169,75). Sum of RGB (Red+Green+Blue) = 44+169+75=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 169 (66.41% from 255 or 58.68% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 169 - color contains mainly: green. Hex color #2CA94B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA94B is #D356B4. Grayscale: #797979. Windows color (decimal): -13850293 or 4958508. OLE color: 4958508.

HSL color Cylindrical-coordinate representation of color #2CA94B: hue angle of 134.88º 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 #2CA94B is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB4416975-
CMYK0.7400.560.34
HSL134.88º58.69%41.76%-
HSV(B)134.88º73.96%66.27%-
XYZ16.529.4211.47-
YUV120.91102.0973.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.28%
GREEN value IS 169 (66.41% from 255) = 58.68%
BLUE value IS 75 (29.69% from 255) = 26.04%
R=15.28%
G=58.68%
B=26.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal44169750.7400.560.34134.8858.6941.76
Hex2CA94B4A03822873b2a
Octal54251113112070422077352
Binary1011001010100110010111001010011100010001010000111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ca94b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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