Html Css Color HEX #21A881 Jungle Green

📋 copy color: '#21A881'

red 33 ◦ green 168 ◦ blue 129

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

Shades of Jungle Green #21A881

Tints of Jungle Green #21A881

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.91%

 BLUE value IS 129 (50.78% from 255) = 39.09%

R = 10%
G = 50.91%
B = 39.09%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#21A881 (or 0x21A881) is known color: Jungle Green. HEX triplet: 21, A8 and 81. RGB value is (33,168,129). Sum of RGB (Red+Green+Blue) = 33+168+129=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #21A881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A881 is #DE577E. Grayscale: #7B7B7B. Windows color (decimal): -14571391 or 8497185. OLE color: 8497185.

HSL color Cylindrical-coordinate representation of color #21A881: hue angle of 162.67º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A881 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 33 168 129 -
CMYK 0.80 0 0.23 0.34
HSL 162.67º 0.67% 0.39% -
HSV(B) 162.67º 0.8% 0.66% -
XYZ 18.59 29.91 25.56 -
YUV 123.19 131.27 63.67 -
System Red Green Blue C M Y K H S L
Decimal 33 168 129 0.80 0 0.23 0.34 162.67 0.67 0.39
Hex 21 A8 81 50 0 17 22 A3 43 27
Octal 41 250 201 120 0 27 42 243 103 47
Binary 100001 10101000 10000001 1010000 0 10111 100010 10100011 1000011 100111

Color Harmonies of #21A881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A881

Black with #21A881

Text Example


Text Example

White with #21A881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,168,129); }

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

background-color css

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

 a { background-color: rgb(33,168,129); }

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

border-color css

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

 span { border-color: rgb(33,168,129); }

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