Html Css Color HEX #21A50D Forest Green

📋 copy color: '#21A50D'

red 33 ◦ green 165 ◦ blue 13

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

Shades of Forest Green #21A50D

Tints of Forest Green #21A50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.16%

R = 15.64%
G = 78.2%
B = 6.16%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#21A50D (or 0x21A50D) is known color: Forest Green. HEX triplet: 21, A5 and 0D. RGB value is (33,165,13). Sum of RGB (Red+Green+Blue) = 33+165+13=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 165 (64.84% from 255 or 78.20% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 165 - color contains mainly: green. Hex color #21A50D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A50D is #DE5AF2. Grayscale: #6C6C6C. Windows color (decimal): -14572275 or 894241. OLE color: 894241.

HSL color Cylindrical-coordinate representation of color #21A50D: hue angle of 112.11º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21A50D is Cyan = 0.8, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 165 13 -
CMYK 0.8 0 0.92 0.35
HSL 112.11º 0.85% 0.35% -
HSV(B) 112.11º 0.92% 0.65% -
XYZ 14.15 27.26 4.9 -
YUV 108.2 74.27 74.36 -
System Red Green Blue C M Y K H S L
Decimal 33 165 13 0.8 0 0.92 0.35 112.11 0.85 0.35
Hex 21 A5 D 50 0 5C 23 70 55 23
Octal 41 245 15 120 0 134 43 160 125 43
Binary 100001 10100101 1101 1010000 0 1011100 100011 1110000 1010101 100011

Color Harmonies of #21A50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A50D

Black with #21A50D

Text Example


Text Example

White with #21A50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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