Html Css Color HEX #21A581 Jungle Green

📋 copy color: '#21A581'

red 33 ◦ green 165 ◦ blue 129

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

Shades of Jungle Green #21A581

Tints of Jungle Green #21A581

RGB

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

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

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

R = 10.09%
G = 50.46%
B = 39.45%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#21A581 (or 0x21A581) is known color: Jungle Green. HEX triplet: 21, A5 and 81. RGB value is (33,165,129). Sum of RGB (Red+Green+Blue) = 33+165+129=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #21A581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A581 is #DE5A7E. Grayscale: #797979. Windows color (decimal): -14572159 or 8496417. OLE color: 8496417.

HSL color Cylindrical-coordinate representation of color #21A581: hue angle of 163.64º 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 #21A581 is Cyan = 0.8, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 165 129 -
CMYK 0.8 0 0.22 0.35
HSL 163.64º 0.67% 0.39% -
HSV(B) 163.64º 0.8% 0.65% -
XYZ 18.04 28.82 25.38 -
YUV 121.43 132.27 64.93 -
System Red Green Blue C M Y K H S L
Decimal 33 165 129 0.8 0 0.22 0.35 163.64 0.67 0.39
Hex 21 A5 81 50 0 16 23 A4 43 27
Octal 41 245 201 120 0 26 43 244 103 47
Binary 100001 10100101 10000001 1010000 0 10110 100011 10100100 1000011 100111

Color Harmonies of #21A581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A581

Black with #21A581

Text Example


Text Example

White with #21A581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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