#2CA07E

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

Shades of Jungle Green #2CA07E

Tints of Jungle Green #2CA07E

Color information

#2CA07E (or 0x2CA07E) is unknown color: approx Jungle Green. HEX triplet: 2C, A0 and 7E. RGB value is (44,160,126). Sum of RGB (Red+Green+Blue) = 44+160+126=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA07E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA07E is #D35F81. Grayscale: #797979. Windows color (decimal): -13852546 or 8298540. OLE color: 8298540.

HSL color Cylindrical-coordinate representation of color #2CA07E: hue angle of 162.41º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA07E is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB44160126-
CMYK0.7200.210.37
HSL162.41º56.86%40%-
HSV(B)162.41º72.5%62.75%-
XYZ17.3827.1824.07-
YUV121.44130.5772.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.33%
GREEN value IS 160 (62.89% from 255) = 48.48%
BLUE value IS 126 (49.61% from 255) = 38.18%
R=13.33%
G=48.48%
B=38.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal441601260.7200.210.37162.4156.8640
Hex2CA07E4801525a23928
Octal54240176110025452427150
Binary101100101000001111110100100001010110010110100010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,160,126); }

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

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

 a { background-color: rgb(44,160,126); }

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

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

 span { border-color: rgb(44,160,126); }

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