Html Css Color HEX #2DAC88 Jungle Green

📋 copy color: '#2DAC88'

red 45 ◦ green 172 ◦ blue 136

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

Shades of Jungle Green #2DAC88

Tints of Jungle Green #2DAC88

RGB

 RED value IS 45 (17.97% from 255) = 12.75%

 GREEN value IS 172 (67.58% from 255) = 48.73%

 BLUE value IS 136 (53.52% from 255) = 38.53%

R = 12.75%
G = 48.73%
B = 38.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#2DAC88 (or 0x2DAC88) is known color: Jungle Green. HEX triplet: 2D, AC and 88. RGB value is (45,172,136). Sum of RGB (Red+Green+Blue) = 45+172+136=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAC88 is #D25377. Grayscale: #818181. Windows color (decimal): -13783928 or 8956973. OLE color: 8956973.

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

Color convert

RGB 45 172 136 -
CMYK 0.74 0 0.21 0.33
HSL 162.99º 0.59% 0.43% -
HSV(B) 162.99º 0.74% 0.67% -
XYZ 20.28 31.84 28.37 -
YUV 129.92 131.42 67.43 -
System Red Green Blue C M Y K H S L
Decimal 45 172 136 0.74 0 0.21 0.33 162.99 0.59 0.43
Hex 2D AC 88 4A 0 15 21 A3 3B 2B
Octal 55 254 210 112 0 25 41 243 73 53
Binary 101101 10101100 10001000 1001010 0 10101 100001 10100011 111011 101011

Color Harmonies of #2DAC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAC88

Black with #2DAC88

Text Example


Text Example

White with #2DAC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DAC88;
 }
 .AnyTagClassName
 {
   color: #2DAC88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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