#10822A

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

Shades of Forest Green #10822A

Tints of Forest Green #10822A

Color information

#10822A (or 0x10822A) is unknown color: approx Forest Green. HEX triplet: 10, 82 and 2A. RGB value is (16,130,42). Sum of RGB (Red+Green+Blue) = 16+130+42=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 130 (51.17% from 255 or 69.15% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 130 - color contains mainly: green. Hex color #10822A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10822A is #EF7DD5. Grayscale: #565656. Windows color (decimal): -15695318 or 2785808. OLE color: 2785808.

HSL color Cylindrical-coordinate representation of color #10822A: hue angle of 133.68º 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 #10822A is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1613042-
CMYK0.8800.680.49
HSL133.68º78.08%28.63%-
HSV(B)133.68º87.69%50.98%-
XYZ8.6116.244.87-
YUV85.88103.2378.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 130 (51.17% from 255) = 69.15%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=8.51%
G=69.15%
B=22.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16130420.8800.680.49133.6878.0828.63
Hex10822A5804431864e1d
Octal202025213001046120611635
Binary100001000001010101010110000100010011000110000110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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