#20750B

Color #20750B Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #20750B

Tints of Forest Green #20750B

Color information

#20750B (or 0x20750B) is unknown color: approx Forest Green. HEX triplet: 20, 75 and 0B. RGB value is (32,117,11). Sum of RGB (Red+Green+Blue) = 32+117+11=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 117 (46.09% from 255 or 73.12% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 117 - color contains mainly: green. Hex color #20750B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20750B is #DF8AF4. Grayscale: #4F4F4F. Windows color (decimal): -14650101 or 750880. OLE color: 750880.

HSL color Cylindrical-coordinate representation of color #20750B: hue angle of 108.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20750B is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB3211711-
CMYK0.7300.910.54
HSL108.11º82.81%25.1%-
HSV(B)108.11º90.6%45.88%-
XYZ7.0213.052.47-
YUV79.589.3494.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20%
GREEN value IS 117 (46.09% from 255) = 73.12%
BLUE value IS 11 (4.69% from 255) = 6.88%
R=20%
G=73.12%
B=6.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32117110.7300.910.54108.1182.8125.1
Hex2075B4905B366c5319
Octal401651311101336615412331
Binary100000111010110111001001010110111101101101100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20750B;
 }
 .AnyTagClassName
 {
   color: #20750B;
 }
</style>
background-color css

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

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

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

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

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

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