Html Css Color HEX #2DBE88 Jungle Green

📋 copy color: '#2DBE88'

red 45 ◦ green 190 ◦ blue 136

#2DBE88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #2DBE88

Tints of Jungle Green #2DBE88

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 value IS 0.76

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#2DBE88 (or 0x2DBE88) is known color: 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

RGB 45 190 136 -
CMYK 0.76 0 0.28 0.25
HSL 157.66º 0.62% 0.46% -
HSV(B) 157.66º 0.76% 0.75% -
XYZ 23.94 39.16 29.59 -
YUV 140.49 125.46 59.89 -
System Red Green Blue C M Y K H S L
Decimal 45 190 136 0.76 0 0.28 0.25 157.66 0.62 0.46
Hex 2D BE 88 4C 0 1C 19 9E 3E 2E
Octal 55 276 210 114 0 34 31 236 76 56
Binary 101101 10111110 10001000 1001100 0 11100 11001 10011110 111110 101110

Color Harmonies of #2DBE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBE88

Black with #2DBE88

Text Example


Text Example

White with #2DBE88

Text Example


Text Example

HTML Codes & Css Web 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>