#2db58f

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

Shades of Jungle Green #2DB58F

Tints of Jungle Green #2DB58F

Color information

#2DB58F (or 0x2DB58F) is unknown color: approx Jungle Green. HEX triplet: 2D, B5 and 8F. RGB value is (45,181,143). Sum of RGB (Red+Green+Blue) = 45+181+143=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB58F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB58F is #D24A70. Grayscale: #888888. Windows color (decimal): -13781617 or 9418029. OLE color: 9418029.

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

Color convert

RGB45181143-
CMYK0.7500.210.29
HSL163.24º60.18%44.31%-
HSV(B)163.24º75.14%70.98%-
XYZ22.5635.5931.67-
YUV136131.9463.09-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.20%
GREEN value IS 181 (71.09% from 255) = 49.05%
BLUE value IS 143 (56.25% from 255) = 38.75%
R=12.20%
G=49.05%
B=38.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal451811430.7500.210.29163.2460.1844.31
Hex2DB58F4B0151Da33c2c
Octal55265217113025352437454
Binary101101101101011000111110010110101011110110100011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2db58f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,181,143); }

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

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

 a { background-color: rgb(45,181,143); }

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

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

 span { border-color: rgb(45,181,143); }

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