Html Css Color HEX #20987D Jungle Green

📋 copy color: '#20987D'

red 32 ◦ green 152 ◦ blue 125

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

Shades of Jungle Green #20987D

Tints of Jungle Green #20987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.19%

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

R = 10.36%
G = 49.19%
B = 40.45%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#20987D (or 0x20987D) is known color: Jungle Green. HEX triplet: 20, 98 and 7D. RGB value is (32,152,125). Sum of RGB (Red+Green+Blue) = 32+152+125=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #20987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20987D is #DF6782. Grayscale: #717171. Windows color (decimal): -14641027 or 8230944. OLE color: 8230944.

HSL color Cylindrical-coordinate representation of color #20987D: hue angle of 166.5º 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 #20987D is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 152 125 -
CMYK 0.79 0 0.18 0.40
HSL 166.5º 0.65% 0.36% -
HSV(B) 166.5º 0.79% 0.6% -
XYZ 15.53 24.24 23.26 -
YUV 113.04 134.74 70.2 -
System Red Green Blue C M Y K H S L
Decimal 32 152 125 0.79 0 0.18 0.40 166.5 0.65 0.36
Hex 20 98 7D 4F 0 12 28 A6 41 24
Octal 40 230 175 117 0 22 50 246 101 44
Binary 100000 10011000 1111101 1001111 0 10010 101000 10100110 1000001 100100

Color Harmonies of #20987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20987D

Black with #20987D

Text Example


Text Example

White with #20987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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