#2CA574

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

Shades of Jungle Green #2CA574

Tints of Jungle Green #2CA574

Color information

#2CA574 (or 0x2CA574) is unknown color: approx Jungle Green. HEX triplet: 2C, A5 and 74. RGB value is (44,165,116). Sum of RGB (Red+Green+Blue) = 44+165+116=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA574 is #D35A8B. Grayscale: #7B7B7B. Windows color (decimal): -13851276 or 7644460. OLE color: 7644460.

HSL color Cylindrical-coordinate representation of color #2CA574: hue angle of 155.7º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA574 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB44165116-
CMYK0.7300.300.35
HSL155.7º57.89%40.98%-
HSV(B)155.7º73.33%64.71%-
XYZ17.6528.7121.13-
YUV123.24123.9171.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.54%
GREEN value IS 165 (64.84% from 255) = 50.77%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=13.54%
G=50.77%
B=35.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal441651160.7300.300.35155.757.8940.98
Hex2CA5744901E239c3a29
Octal54245164111036432347251
Binary101100101001011110100100100101111010001110011100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,165,116); }

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

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

 a { background-color: rgb(44,165,116); }

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

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

 span { border-color: rgb(44,165,116); }

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