Html Css Color HEX #21987D Jungle Green

📋 copy color: '#21987D'

red 33 ◦ green 152 ◦ blue 125

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

Shades of Jungle Green #21987D

Tints of Jungle Green #21987D

RGB

 RED value IS 33 (13.28% from 255) = 10.65%

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

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

R = 10.65%
G = 49.03%
B = 40.32%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#21987D (or 0x21987D) is known color: Jungle Green. HEX triplet: 21, 98 and 7D. RGB value is (33,152,125). Sum of RGB (Red+Green+Blue) = 33+152+125=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #21987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21987D is #DE6782. Grayscale: #717171. Windows color (decimal): -14575491 or 8230945. OLE color: 8230945.

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

Color convert

RGB 33 152 125 -
CMYK 0.78 0 0.18 0.40
HSL 166.39º 0.64% 0.36% -
HSV(B) 166.39º 0.78% 0.6% -
XYZ 15.56 24.26 23.26 -
YUV 113.34 134.58 70.7 -
System Red Green Blue C M Y K H S L
Decimal 33 152 125 0.78 0 0.18 0.40 166.39 0.64 0.36
Hex 21 98 7D 4E 0 12 28 A6 40 24
Octal 41 230 175 116 0 22 50 246 100 44
Binary 100001 10011000 1111101 1001110 0 10010 101000 10100110 1000000 100100

Color Harmonies of #21987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21987D

Black with #21987D

Text Example


Text Example

White with #21987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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