#2AB67D

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

Shades of Jungle Green #2AB67D

Tints of Jungle Green #2AB67D

Color information

#2AB67D (or 0x2AB67D) is unknown color: approx Jungle Green. HEX triplet: 2A, B6 and 7D. RGB value is (42,182,125). Sum of RGB (Red+Green+Blue) = 42+182+125=349 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.03% from 349); Green value is 182 (71.48% from 255 or 52.15% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB67D is #D54982. Grayscale: #858585. Windows color (decimal): -13977987 or 8238634. OLE color: 8238634.

HSL color Cylindrical-coordinate representation of color #2AB67D: hue angle of 155.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB67D is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB42182125-
CMYK0.7700.310.29
HSL155.57º62.5%43.92%-
HSV(B)155.57º76.92%71.37%-
XYZ21.3835.4325.11-
YUV133.64123.1262.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.03%
GREEN value IS 182 (71.48% from 255) = 52.15%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=12.03%
G=52.15%
B=35.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421821250.7700.310.29155.5762.543.92
Hex2AB67D4D01F1D9c3e2c
Octal52266175115037352347654
Binary10101010110110111110110011010111111110110011100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,182,125); }

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

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

 a { background-color: rgb(42,182,125); }

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

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

 span { border-color: rgb(42,182,125); }

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