#20830A

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

Shades of Forest Green #20830A

Tints of Forest Green #20830A

Color information

#20830A (or 0x20830A) is unknown color: approx Forest Green. HEX triplet: 20, 83 and 0A. RGB value is (32,131,10). Sum of RGB (Red+Green+Blue) = 32+131+10=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 131 (51.56% from 255 or 75.72% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 131 - color contains mainly: green. Hex color #20830A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20830A is #DF7CF5. Grayscale: #575757. Windows color (decimal): -14646518 or 688928. OLE color: 688928.

HSL color Cylindrical-coordinate representation of color #20830A: hue angle of 109.09º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20830A is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB3213110-
CMYK0.7600.920.49
HSL109.09º85.82%27.65%-
HSV(B)109.09º92.37%51.37%-
XYZ8.7716.563.02-
YUV87.684.288.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.50%
GREEN value IS 131 (51.56% from 255) = 75.72%
BLUE value IS 10 (4.30% from 255) = 5.78%
R=18.50%
G=75.72%
B=5.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32131100.7600.920.49109.0985.8227.65
Hex2083A4C05C316d561c
Octal402031211401346115512634
Binary1000001000001110101001100010111001100011101101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20830A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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