Html Css Color HEX #21A53B Forest Green

📋 copy color: '#21A53B'

red 33 ◦ green 165 ◦ blue 59

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

Shades of Forest Green #21A53B

Tints of Forest Green #21A53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.96%

R = 12.84%
G = 64.2%
B = 22.96%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#21A53B (or 0x21A53B) is known color: Forest Green. HEX triplet: 21, A5 and 3B. RGB value is (33,165,59). Sum of RGB (Red+Green+Blue) = 33+165+59=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 165 (64.84% from 255 or 64.20% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 165 - color contains mainly: green. Hex color #21A53B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A53B is #DE5AC4. Grayscale: #717171. Windows color (decimal): -14572229 or 3908897. OLE color: 3908897.

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

Color convert

RGB 33 165 59 -
CMYK 0.8 0 0.64 0.35
HSL 131.82º 0.67% 0.39% -
HSV(B) 131.82º 0.8% 0.65% -
XYZ 14.87 27.55 8.67 -
YUV 113.45 97.27 70.62 -
System Red Green Blue C M Y K H S L
Decimal 33 165 59 0.8 0 0.64 0.35 131.82 0.67 0.39
Hex 21 A5 3B 50 0 40 23 84 43 27
Octal 41 245 73 120 0 100 43 204 103 47
Binary 100001 10100101 111011 1010000 0 1000000 100011 10000100 1000011 100111

Color Harmonies of #21A53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A53B

Black with #21A53B

Text Example


Text Example

White with #21A53B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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