Html Css Color HEX #21A271 Jungle Green

📋 copy color: '#21A271'

red 33 ◦ green 162 ◦ blue 113

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

Shades of Jungle Green #21A271

Tints of Jungle Green #21A271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.6%

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

R = 10.71%
G = 52.6%
B = 36.69%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#21A271 (or 0x21A271) is known color: Jungle Green. HEX triplet: 21, A2 and 71. RGB value is (33,162,113). Sum of RGB (Red+Green+Blue) = 33+162+113=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #21A271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A271 is #DE5D8E. Grayscale: #757575. Windows color (decimal): -14572943 or 7447073. OLE color: 7447073.

HSL color Cylindrical-coordinate representation of color #21A271: hue angle of 157.21º 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 #21A271 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 33 162 113 -
CMYK 0.80 0 0.30 0.36
HSL 157.21º 0.66% 0.38% -
HSV(B) 157.21º 0.8% 0.64% -
XYZ 16.53 27.36 20.03 -
YUV 117.84 125.26 67.48 -
System Red Green Blue C M Y K H S L
Decimal 33 162 113 0.80 0 0.30 0.36 157.21 0.66 0.38
Hex 21 A2 71 50 0 1E 24 9D 42 26
Octal 41 242 161 120 0 36 44 235 102 46
Binary 100001 10100010 1110001 1010000 0 11110 100100 10011101 1000010 100110

Color Harmonies of #21A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A271

Black with #21A271

Text Example


Text Example

White with #21A271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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