#2CBA82

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

Shades of Jungle Green #2CBA82

Tints of Jungle Green #2CBA82

Color information

#2CBA82 (or 0x2CBA82) is unknown color: approx Jungle Green. HEX triplet: 2C, BA and 82. RGB value is (44,186,130). Sum of RGB (Red+Green+Blue) = 44+186+130=360 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.22% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBA82 is #D3457D. Grayscale: #898989. Windows color (decimal): -13845886 or 8567340. OLE color: 8567340.

HSL color Cylindrical-coordinate representation of color #2CBA82: hue angle of 156.34º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBA82 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB44186130-
CMYK0.7600.300.27
HSL156.34º61.74%45.1%-
HSV(B)156.34º76.34%72.94%-
XYZ22.6337.2627.12-
YUV137.16123.9661.55-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.22%
GREEN value IS 186 (73.05% from 255) = 51.67%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=12.22%
G=51.67%
B=36.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal441861300.7600.300.27156.3461.7445.1
Hex2CBA824C01E1B9c3e2d
Octal54272202114036332347655
Binary101100101110101000001010011000111101101110011100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,186,130); }

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

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

 a { background-color: rgb(44,186,130); }

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

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

 span { border-color: rgb(44,186,130); }

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