#10822D

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

Shades of Forest Green #10822D

Tints of Forest Green #10822D

Color information

#10822D (or 0x10822D) is unknown color: approx Forest Green. HEX triplet: 10, 82 and 2D. RGB value is (16,130,45). Sum of RGB (Red+Green+Blue) = 16+130+45=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 130 (51.17% from 255 or 68.06% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 130 - color contains mainly: green. Hex color #10822D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10822D is #EF7DD2. Grayscale: #565656. Windows color (decimal): -15695315 or 2982416. OLE color: 2982416.

HSL color Cylindrical-coordinate representation of color #10822D: hue angle of 135.26º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10822D is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1613045-
CMYK0.8800.650.49
HSL135.26º78.08%28.63%-
HSV(B)135.26º87.69%50.98%-
XYZ8.6716.265.17-
YUV86.22104.7377.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 130 (51.17% from 255) = 68.06%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=8.38%
G=68.06%
B=23.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16130450.8800.650.49135.2678.0828.63
Hex10822D5804131874e1d
Octal202025513001016120711635
Binary100001000001010110110110000100000111000110000111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10822D; }

 p { color: rgb(16,130,45); }

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

<style>
 a { background-color: #10822D; }

 a { background-color: rgb(16,130,45); }

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

<style>
 span { border-color: #10822D; }

 span { border-color: rgb(16,130,45); }

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