Html Css Color HEX #21700D Forest Green

📋 copy color: '#21700D'

red 33 ◦ green 112 ◦ blue 13

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

Shades of Forest Green #21700D

Tints of Forest Green #21700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 70.89%

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

R = 20.89%
G = 70.89%
B = 8.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#21700D (or 0x21700D) is known color: Forest Green. HEX triplet: 21, 70 and 0D. RGB value is (33,112,13). Sum of RGB (Red+Green+Blue) = 33+112+13=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #21700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21700D is #DE8FF2. Grayscale: #4D4D4D. Windows color (decimal): -14585843 or 880673. OLE color: 880673.

HSL color Cylindrical-coordinate representation of color #21700D: hue angle of 107.88º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21700D is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 112 13 -
CMYK 0.71 0 0.88 0.56
HSL 107.88º 0.79% 0.25% -
HSV(B) 107.88º 0.88% 0.44% -
XYZ 6.49 11.94 2.34 -
YUV 77.09 91.83 96.55 -
System Red Green Blue C M Y K H S L
Decimal 33 112 13 0.71 0 0.88 0.56 107.88 0.79 0.25
Hex 21 70 D 47 0 58 38 6C 4F 19
Octal 41 160 15 107 0 130 70 154 117 31
Binary 100001 1110000 1101 1000111 0 1011000 111000 1101100 1001111 11001

Color Harmonies of #21700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21700D

Black with #21700D

Text Example


Text Example

White with #21700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21700D; }

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

 H1.HeaderClassName
 {
   color: #21700D;
 }
 .AnyTagClassName
 {
   color: #21700D;
 }
</style>

background-color css

<style>
 a { background-color: #21700D; }

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

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

border-color css

<style>
 span { border-color: #21700D; }

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

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