Html Css Color HEX #20730B Forest Green

📋 copy color: '#20730B'

red 32 ◦ green 115 ◦ blue 11

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

Shades of Forest Green #20730B

Tints of Forest Green #20730B

RGB

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

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

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

R = 20.25%
G = 72.78%
B = 6.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#20730B (or 0x20730B) is known color: Forest Green. HEX triplet: 20, 73 and 0B. RGB value is (32,115,11). Sum of RGB (Red+Green+Blue) = 32+115+11=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 115 (45.31% from 255 or 72.78% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 115 - color contains mainly: green. Hex color #20730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20730B is #DF8CF4. Grayscale: #4E4E4E. Windows color (decimal): -14650613 or 750368. OLE color: 750368.

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

Color convert

RGB 32 115 11 -
CMYK 0.72 0 0.90 0.55
HSL 107.88º 0.83% 0.25% -
HSV(B) 107.88º 0.9% 0.45% -
XYZ 6.79 12.59 2.39 -
YUV 78.33 90 94.96 -
System Red Green Blue C M Y K H S L
Decimal 32 115 11 0.72 0 0.90 0.55 107.88 0.83 0.25
Hex 20 73 B 48 0 5A 37 6C 53 19
Octal 40 163 13 110 0 132 67 154 123 31
Binary 100000 1110011 1011 1001000 0 1011010 110111 1101100 1010011 11001

Color Harmonies of #20730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20730B

Black with #20730B

Text Example


Text Example

White with #20730B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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