#2db07a

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

Shades of Jungle Green #2DB07A

Tints of Jungle Green #2DB07A

Color information

#2DB07A (or 0x2DB07A) is unknown color: approx Jungle Green. HEX triplet: 2D, B0 and 7A. RGB value is (45,176,122). Sum of RGB (Red+Green+Blue) = 45+176+122=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #2DB07A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB07A is #D24F85. Grayscale: #828282. Windows color (decimal): -13782918 or 8040493. OLE color: 8040493.

HSL color Cylindrical-coordinate representation of color #2DB07A: hue angle of 155.27º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DB07A is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB45176122-
CMYK0.7400.310.31
HSL155.27º59.28%43.33%-
HSV(B)155.27º74.43%69.02%-
XYZ20.1233.0123.72-
YUV130.68123.166.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.12%
GREEN value IS 176 (69.14% from 255) = 51.31%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=13.12%
G=51.31%
B=35.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal451761220.7400.310.31155.2759.2843.33
Hex2DB07A4A01F1F9b3b2b
Octal55260172112037372337353
Binary10110110110000111101010010100111111111110011011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2db07a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,176,122); }

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

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

 a { background-color: rgb(45,176,122); }

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

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

 span { border-color: rgb(45,176,122); }

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