Html Css Color HEX #20997D Jungle Green

📋 copy color: '#20997D'

red 32 ◦ green 153 ◦ blue 125

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

Shades of Jungle Green #20997D

Tints of Jungle Green #20997D

RGB

 RED value IS 32 (12.89% from 255) = 10.32%

 GREEN value IS 153 (60.16% from 255) = 49.35%

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 10.32%
G = 49.35%
B = 40.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#20997D (or 0x20997D) is known color: Jungle Green. HEX triplet: 20, 99 and 7D. RGB value is (32,153,125). Sum of RGB (Red+Green+Blue) = 32+153+125=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #20997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20997D is #DF6682. Grayscale: #717171. Windows color (decimal): -14640771 or 8231200. OLE color: 8231200.

HSL color Cylindrical-coordinate representation of color #20997D: hue angle of 166.12º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20997D is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 153 125 -
CMYK 0.79 0 0.18 0.4
HSL 166.12º 0.65% 0.36% -
HSV(B) 166.12º 0.79% 0.6% -
XYZ 15.69 24.57 23.32 -
YUV 113.63 134.41 69.78 -
System Red Green Blue C M Y K H S L
Decimal 32 153 125 0.79 0 0.18 0.4 166.12 0.65 0.36
Hex 20 99 7D 4F 0 12 28 A6 41 24
Octal 40 231 175 117 0 22 50 246 101 44
Binary 100000 10011001 1111101 1001111 0 10010 101000 10100110 1000001 100100

Color Harmonies of #20997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20997D

Black with #20997D

Text Example


Text Example

White with #20997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20997D; }

 p { color: rgb(32,153,125); }

 H1.HeaderClassName
 {
   color: #20997D;
 }
 .AnyTagClassName
 {
   color: #20997D;
 }
</style>

background-color css

<style>
 a { background-color: #20997D; }

 a { background-color: rgb(32,153,125); }

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

border-color css

<style>
 span { border-color: #20997D; }

 span { border-color: rgb(32,153,125); }

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