#12822A

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

Shades of Forest Green #12822A

Tints of Forest Green #12822A

Color information

#12822A (or 0x12822A) is unknown color: approx Forest Green. HEX triplet: 12, 82 and 2A. RGB value is (18,130,42). Sum of RGB (Red+Green+Blue) = 18+130+42=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 130 (51.17% from 255 or 68.42% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 130 - color contains mainly: green. Hex color #12822A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12822A is #ED7DD5. Grayscale: #565656. Windows color (decimal): -15564246 or 2785810. OLE color: 2785810.

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

Color convert

RGB1813042-
CMYK0.8600.680.49
HSL132.86º75.68%29.02%-
HSV(B)132.86º86.15%50.98%-
XYZ8.6516.264.87-
YUV86.48102.8979.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 130 (51.17% from 255) = 68.42%
BLUE value IS 42 (16.80% from 255) = 22.11%
R=9.47%
G=68.42%
B=22.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18130420.8600.680.49132.8675.6829.02
Hex12822A5604431854c1d
Octal222025212601046120511435
Binary100101000001010101010101100100010011000110000101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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