Html Css Color HEX #21A371 Jungle Green

📋 copy color: '#21A371'

red 33 ◦ green 163 ◦ blue 113

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

Shades of Jungle Green #21A371

Tints of Jungle Green #21A371

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.75%

 BLUE value IS 113 (44.53% from 255) = 36.57%

R = 10.68%
G = 52.75%
B = 36.57%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#21A371 (or 0x21A371) is known color: Jungle Green. HEX triplet: 21, A3 and 71. RGB value is (33,163,113). Sum of RGB (Red+Green+Blue) = 33+163+113=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 163 (64.06% from 255 or 52.75% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 163 - color contains mainly: green. Hex color #21A371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A371 is #DE5C8E. Grayscale: #767676. Windows color (decimal): -14572687 or 7447329. OLE color: 7447329.

HSL color Cylindrical-coordinate representation of color #21A371: hue angle of 156.92º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A371 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 33 163 113 -
CMYK 0.80 0 0.31 0.36
HSL 156.92º 0.66% 0.38% -
HSV(B) 156.92º 0.8% 0.64% -
XYZ 16.71 27.71 20.09 -
YUV 118.43 124.93 67.07 -
System Red Green Blue C M Y K H S L
Decimal 33 163 113 0.80 0 0.31 0.36 156.92 0.66 0.38
Hex 21 A3 71 50 0 1F 24 9D 42 26
Octal 41 243 161 120 0 37 44 235 102 46
Binary 100001 10100011 1110001 1010000 0 11111 100100 10011101 1000010 100110

Color Harmonies of #21A371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A371

Black with #21A371

Text Example


Text Example

White with #21A371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21A371; }

 p { color: rgb(33,163,113); }

 H1.HeaderClassName
 {
   color: #21A371;
 }
 .AnyTagClassName
 {
   color: #21A371;
 }
</style>

background-color css

<style>
 a { background-color: #21A371; }

 a { background-color: rgb(33,163,113); }

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

border-color css

<style>
 span { border-color: #21A371; }

 span { border-color: rgb(33,163,113); }

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