Html Css Color HEX #21740A Forest Green

📋 copy color: '#21740A'

red 33 ◦ green 116 ◦ blue 10

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

Shades of Forest Green #21740A

Tints of Forest Green #21740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 72.96%

 BLUE value IS 10 (4.3% from 255) = 6.29%

R = 20.75%
G = 72.96%
B = 6.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#21740A (or 0x21740A) is known color: Forest Green. HEX triplet: 21, 74 and 0A. RGB value is (33,116,10). Sum of RGB (Red+Green+Blue) = 33+116+10=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 116 (45.70% from 255 or 72.96% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 116 - color contains mainly: green. Hex color #21740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21740A is #DE8BF5. Grayscale: #4F4F4F. Windows color (decimal): -14584822 or 685089. OLE color: 685089.

HSL color Cylindrical-coordinate representation of color #21740A: hue angle of 106.98º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21740A is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 116 10 -
CMYK 0.72 0 0.91 0.55
HSL 106.98º 0.84% 0.25% -
HSV(B) 106.98º 0.91% 0.45% -
XYZ 6.93 12.84 2.4 -
YUV 79.1 89 95.12 -
System Red Green Blue C M Y K H S L
Decimal 33 116 10 0.72 0 0.91 0.55 106.98 0.84 0.25
Hex 21 74 A 48 0 5B 37 6B 54 19
Octal 41 164 12 110 0 133 67 153 124 31
Binary 100001 1110100 1010 1001000 0 1011011 110111 1101011 1010100 11001

Color Harmonies of #21740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21740A

Black with #21740A

Text Example


Text Example

White with #21740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21740A; }

 p { color: rgb(33,116,10); }

 H1.HeaderClassName
 {
   color: #21740A;
 }
 .AnyTagClassName
 {
   color: #21740A;
 }
</style>

background-color css

<style>
 a { background-color: #21740A; }

 a { background-color: rgb(33,116,10); }

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

border-color css

<style>
 span { border-color: #21740A; }

 span { border-color: rgb(33,116,10); }

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