#2DB788

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

Shades of Jungle Green #2DB788

Tints of Jungle Green #2DB788

Color information

#2DB788 (or 0x2DB788) is unknown color: approx Jungle Green. HEX triplet: 2D, B7 and 88. RGB value is (45,183,136). Sum of RGB (Red+Green+Blue) = 45+183+136=364 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.36% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB788 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB788 is #D24877. Grayscale: #888888. Windows color (decimal): -13781112 or 8959789. OLE color: 8959789.

HSL color Cylindrical-coordinate representation of color #2DB788: hue angle of 159.57º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB788 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB45183136-
CMYK0.7500.260.28
HSL159.57º60.53%44.71%-
HSV(B)159.57º75.41%71.76%-
XYZ22.4636.229.1-
YUV136.38127.7862.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.36%
GREEN value IS 183 (71.88% from 255) = 50.27%
BLUE value IS 136 (53.52% from 255) = 37.36%
R=12.36%
G=50.27%
B=37.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal451831360.7500.260.28159.5760.5344.71
Hex2DB7884B01A1Ca03d2d
Octal55267210113032342407555
Binary101101101101111000100010010110110101110010100000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,183,136); }

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

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

 a { background-color: rgb(45,183,136); }

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

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

 span { border-color: rgb(45,183,136); }

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