#12821A

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

Shades of Forest Green #12821A

Tints of Forest Green #12821A

Color information

#12821A (or 0x12821A) is unknown color: approx Forest Green. HEX triplet: 12, 82 and 1A. RGB value is (18,130,26). Sum of RGB (Red+Green+Blue) = 18+130+26=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 130 (51.17% from 255 or 74.71% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 130 - color contains mainly: green. Hex color #12821A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12821A is #ED7DE5. Grayscale: #545454. Windows color (decimal): -15564262 or 1737234. OLE color: 1737234.

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

Color convert

RGB1813026-
CMYK0.8600.80.49
HSL124.29º75.68%29.02%-
HSV(B)124.29º86.15%50.98%-
XYZ8.4216.173.65-
YUV84.6694.8980.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 130 (51.17% from 255) = 74.71%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=10.34%
G=74.71%
B=14.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18130260.8600.80.49124.2975.6829.02
Hex12821A56050317c4c1d
Octal222023212601206117411435
Binary1001010000010110101010110010100001100011111100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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