#2CB37A

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

Shades of Jungle Green #2CB37A

Tints of Jungle Green #2CB37A

Color information

#2CB37A (or 0x2CB37A) is unknown color: approx Jungle Green. HEX triplet: 2C, B3 and 7A. RGB value is (44,179,122). Sum of RGB (Red+Green+Blue) = 44+179+122=345 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.75% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB37A is #D34C85. Grayscale: #848484. Windows color (decimal): -13847686 or 8041260. OLE color: 8041260.

HSL color Cylindrical-coordinate representation of color #2CB37A: hue angle of 154.67º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB37A is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB44179122-
CMYK0.7500.320.30
HSL154.67º60.54%43.73%-
HSV(B)154.67º75.42%70.2%-
XYZ20.6734.1823.92-
YUV132.14122.2765.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.75%
GREEN value IS 179 (70.31% from 255) = 51.88%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=12.75%
G=51.88%
B=35.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal441791220.7500.320.30154.6760.5443.73
Hex2CB37A4B0201E9b3d2c
Octal54263172113040362337554
Binary101100101100111111010100101101000001111010011011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,179,122); }

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

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

 a { background-color: rgb(44,179,122); }

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

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

 span { border-color: rgb(44,179,122); }

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