Html Css Color HEX #21A374 Jungle Green

📋 copy color: '#21A374'

red 33 ◦ green 163 ◦ blue 116

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

Shades of Jungle Green #21A374

Tints of Jungle Green #21A374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 10.58%
G = 52.24%
B = 37.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#21A374 (or 0x21A374) is known color: Jungle Green. HEX triplet: 21, A3 and 74. RGB value is (33,163,116). Sum of RGB (Red+Green+Blue) = 33+163+116=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #21A374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A374 is #DE5C8B. Grayscale: #767676. Windows color (decimal): -14572684 or 7643937. OLE color: 7643937.

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

Color convert

RGB 33 163 116 -
CMYK 0.80 0 0.29 0.36
HSL 158.31º 0.66% 0.38% -
HSV(B) 158.31º 0.8% 0.64% -
XYZ 16.88 27.78 21 -
YUV 118.77 126.43 66.82 -
System Red Green Blue C M Y K H S L
Decimal 33 163 116 0.80 0 0.29 0.36 158.31 0.66 0.38
Hex 21 A3 74 50 0 1D 24 9E 42 26
Octal 41 243 164 120 0 35 44 236 102 46
Binary 100001 10100011 1110100 1010000 0 11101 100100 10011110 1000010 100110

Color Harmonies of #21A374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A374

Black with #21A374

Text Example


Text Example

White with #21A374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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