Html Css Color HEX #21A50B Forest Green

📋 copy color: '#21A50B'

red 33 ◦ green 165 ◦ blue 11

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

Shades of Forest Green #21A50B

Tints of Forest Green #21A50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.26%

R = 15.79%
G = 78.95%
B = 5.26%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#21A50B (or 0x21A50B) is known color: Forest Green. HEX triplet: 21, A5 and 0B. RGB value is (33,165,11). Sum of RGB (Red+Green+Blue) = 33+165+11=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 165 (64.84% from 255 or 78.95% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 165 - color contains mainly: green. Hex color #21A50B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A50B is #DE5AF4. Grayscale: #6C6C6C. Windows color (decimal): -14572277 or 763169. OLE color: 763169.

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

Color convert

RGB 33 165 11 -
CMYK 0.8 0 0.93 0.35
HSL 111.43º 0.88% 0.35% -
HSV(B) 111.43º 0.93% 0.65% -
XYZ 14.14 27.26 4.83 -
YUV 107.98 73.27 74.52 -
System Red Green Blue C M Y K H S L
Decimal 33 165 11 0.8 0 0.93 0.35 111.43 0.88 0.35
Hex 21 A5 B 50 0 5D 23 6F 58 23
Octal 41 245 13 120 0 135 43 157 130 43
Binary 100001 10100101 1011 1010000 0 1011101 100011 1101111 1011000 100011

Color Harmonies of #21A50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A50B

Black with #21A50B

Text Example


Text Example

White with #21A50B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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