#2DBE88

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

Shades of Jungle Green #2DBE88

Tints of Jungle Green #2DBE88

Color information

#2DBE88 (or 0x2DBE88) is unknown color: approx Jungle Green. HEX triplet: 2D, BE and 88. RGB value is (45,190,136). Sum of RGB (Red+Green+Blue) = 45+190+136=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBE88 is #D24177. Grayscale: #8C8C8C. Windows color (decimal): -13779320 or 8961581. OLE color: 8961581.

HSL color Cylindrical-coordinate representation of color #2DBE88: hue angle of 157.66º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBE88 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB45190136-
CMYK0.7600.280.25
HSL157.66º61.7%46.08%-
HSV(B)157.66º76.32%74.51%-
XYZ23.9439.1629.59-
YUV140.49125.4659.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.13%
GREEN value IS 190 (74.61% from 255) = 51.21%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=12.13%
G=51.21%
B=36.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal451901360.7600.280.25157.6661.746.08
Hex2DBE884C01C199e3e2e
Octal55276210114034312367656
Binary101101101111101000100010011000111001100110011110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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