Html Css Color HEX #20730A Forest Green

📋 copy color: '#20730A'

red 32 ◦ green 115 ◦ blue 10

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

Shades of Forest Green #20730A

Tints of Forest Green #20730A

RGB

 RED value IS 32 (12.89% from 255) = 20.38%

 GREEN value IS 115 (45.31% from 255) = 73.25%

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

R = 20.38%
G = 73.25%
B = 6.37%

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

#20730A (or 0x20730A) is known color: Forest Green. HEX triplet: 20, 73 and 0A. RGB value is (32,115,10). Sum of RGB (Red+Green+Blue) = 32+115+10=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 115 (45.31% from 255 or 73.25% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 115 - color contains mainly: green. Hex color #20730A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20730A is #DF8CF5. Grayscale: #4E4E4E. Windows color (decimal): -14650614 or 684832. OLE color: 684832.

HSL color Cylindrical-coordinate representation of color #20730A: hue angle of 107.43º 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 #20730A is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 115 10 -
CMYK 0.72 0 0.91 0.55
HSL 107.43º 0.84% 0.25% -
HSV(B) 107.43º 0.91% 0.45% -
XYZ 6.78 12.59 2.36 -
YUV 78.21 89.5 95.04 -
System Red Green Blue C M Y K H S L
Decimal 32 115 10 0.72 0 0.91 0.55 107.43 0.84 0.25
Hex 20 73 A 48 0 5B 37 6B 54 19
Octal 40 163 12 110 0 133 67 153 124 31
Binary 100000 1110011 1010 1001000 0 1011011 110111 1101011 1010100 11001

Color Harmonies of #20730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20730A

Black with #20730A

Text Example


Text Example

White with #20730A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,115,10); }

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

background-color css

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

 a { background-color: rgb(32,115,10); }

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

border-color css

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

 span { border-color: rgb(32,115,10); }

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