#2CA975

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

Shades of Jungle Green #2CA975

Tints of Jungle Green #2CA975

Color information

#2CA975 (or 0x2CA975) is unknown color: approx Jungle Green. HEX triplet: 2C, A9 and 75. RGB value is (44,169,117). Sum of RGB (Red+Green+Blue) = 44+169+117=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #2CA975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA975 is #D3568A. Grayscale: #7D7D7D. Windows color (decimal): -13850251 or 7711020. OLE color: 7711020.

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

Color convert

RGB44169117-
CMYK0.7400.310.34
HSL155.04º58.69%41.76%-
HSV(B)155.04º73.96%66.27%-
XYZ18.4430.221.69-
YUV125.7123.0969.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.33%
GREEN value IS 169 (66.41% from 255) = 51.21%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=13.33%
G=51.21%
B=35.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal441691170.7400.310.34155.0458.6941.76
Hex2CA9754A01F229b3b2a
Octal54251165112037422337352
Binary101100101010011110101100101001111110001010011011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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