#2CA276

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

Shades of Jungle Green #2CA276

Tints of Jungle Green #2CA276

Color information

#2CA276 (or 0x2CA276) is unknown color: approx Jungle Green. HEX triplet: 2C, A2 and 76. RGB value is (44,162,118). Sum of RGB (Red+Green+Blue) = 44+162+118=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA276 is #D35D89. Grayscale: #797979. Windows color (decimal): -13852042 or 7774764. OLE color: 7774764.

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

Color convert

RGB44162118-
CMYK0.7300.270.36
HSL157.63º57.28%40.39%-
HSV(B)157.63º72.84%63.53%-
XYZ17.2327.6821.58-
YUV121.7125.9172.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.58%
GREEN value IS 162 (63.67% from 255) = 50%
BLUE value IS 118 (46.48% from 255) = 36.42%
R=13.58%
G=50%
B=36.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal441621180.7300.270.36157.6357.2840.39
Hex2CA2764901B249e3928
Octal54242166111033442367150
Binary101100101000101110110100100101101110010010011110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,162,118); }

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

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

 a { background-color: rgb(44,162,118); }

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

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

 span { border-color: rgb(44,162,118); }

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