Html Css Color HEX #20730F Forest Green

📋 copy color: '#20730F'

red 32 ◦ green 115 ◦ blue 15

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

Shades of Forest Green #20730F

Tints of Forest Green #20730F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.26%

R = 19.75%
G = 70.99%
B = 9.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#20730F (or 0x20730F) is known color: Forest Green. HEX triplet: 20, 73 and 0F. RGB value is (32,115,15). Sum of RGB (Red+Green+Blue) = 32+115+15=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 115 (45.31% from 255 or 70.99% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 115 - color contains mainly: green. Hex color #20730F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20730F is #DF8CF0. Grayscale: #4F4F4F. Windows color (decimal): -14650609 or 1012512. OLE color: 1012512.

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

Color convert

RGB 32 115 15 -
CMYK 0.72 0 0.87 0.55
HSL 109.8º 0.77% 0.25% -
HSV(B) 109.8º 0.87% 0.45% -
XYZ 6.81 12.6 2.53 -
YUV 78.78 92 94.63 -
System Red Green Blue C M Y K H S L
Decimal 32 115 15 0.72 0 0.87 0.55 109.8 0.77 0.25
Hex 20 73 F 48 0 57 37 6E 4D 19
Octal 40 163 17 110 0 127 67 156 115 31
Binary 100000 1110011 1111 1001000 0 1010111 110111 1101110 1001101 11001

Color Harmonies of #20730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20730F

Black with #20730F

Text Example


Text Example

White with #20730F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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