Html Css Color HEX #21A175 Jungle Green

📋 copy color: '#21A175'

red 33 ◦ green 161 ◦ blue 117

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

Shades of Jungle Green #21A175

Tints of Jungle Green #21A175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.77%

 BLUE value IS 117 (46.09% from 255) = 37.62%

R = 10.61%
G = 51.77%
B = 37.62%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#21A175 (or 0x21A175) is known color: Jungle Green. HEX triplet: 21, A1 and 75. RGB value is (33,161,117). Sum of RGB (Red+Green+Blue) = 33+161+117=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #21A175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A175 is #DE5E8A. Grayscale: #757575. Windows color (decimal): -14573195 or 7708961. OLE color: 7708961.

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

Color convert

RGB 33 161 117 -
CMYK 0.80 0 0.27 0.37
HSL 159.38º 0.66% 0.38% -
HSV(B) 159.38º 0.8% 0.63% -
XYZ 16.58 27.1 21.19 -
YUV 117.71 127.59 67.58 -
System Red Green Blue C M Y K H S L
Decimal 33 161 117 0.80 0 0.27 0.37 159.38 0.66 0.38
Hex 21 A1 75 50 0 1B 25 9F 42 26
Octal 41 241 165 120 0 33 45 237 102 46
Binary 100001 10100001 1110101 1010000 0 11011 100101 10011111 1000010 100110

Color Harmonies of #21A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A175

Black with #21A175

Text Example


Text Example

White with #21A175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,161,117); }

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

background-color css

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

 a { background-color: rgb(33,161,117); }

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

border-color css

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

 span { border-color: rgb(33,161,117); }

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