Html Css Color HEX #21A579 Jungle Green

📋 copy color: '#21A579'

red 33 ◦ green 165 ◦ blue 121

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

Shades of Jungle Green #21A579

Tints of Jungle Green #21A579

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.72%

 BLUE value IS 121 (47.66% from 255) = 37.93%

R = 10.34%
G = 51.72%
B = 37.93%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#21A579 (or 0x21A579) is known color: Jungle Green. HEX triplet: 21, A5 and 79. RGB value is (33,165,121). Sum of RGB (Red+Green+Blue) = 33+165+121=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 165 (64.84% from 255 or 51.72% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 165 - color contains mainly: green. Hex color #21A579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A579 is #DE5A86. Grayscale: #787878. Windows color (decimal): -14572167 or 7972129. OLE color: 7972129.

HSL color Cylindrical-coordinate representation of color #21A579: hue angle of 160º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A579 is Cyan = 0.8, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 165 121 -
CMYK 0.8 0 0.27 0.35
HSL 160º 0.67% 0.39% -
HSV(B) 160º 0.8% 0.65% -
XYZ 17.53 28.61 22.69 -
YUV 120.52 128.27 65.58 -
System Red Green Blue C M Y K H S L
Decimal 33 165 121 0.8 0 0.27 0.35 160 0.67 0.39
Hex 21 A5 79 50 0 1B 23 A0 43 27
Octal 41 245 171 120 0 33 43 240 103 47
Binary 100001 10100101 1111001 1010000 0 11011 100011 10100000 1000011 100111

Color Harmonies of #21A579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A579

Black with #21A579

Text Example


Text Example

White with #21A579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,165,121); }

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

background-color css

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

 a { background-color: rgb(33,165,121); }

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

border-color css

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

 span { border-color: rgb(33,165,121); }

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