#12781A

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

Shades of Forest Green #12781A

Tints of Forest Green #12781A

Color information

#12781A (or 0x12781A) is unknown color: approx Forest Green. HEX triplet: 12, 78 and 1A. RGB value is (18,120,26). Sum of RGB (Red+Green+Blue) = 18+120+26=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 120 (47.27% from 255 or 73.17% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 120 - color contains mainly: green. Hex color #12781A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12781A is #ED87E5. Grayscale: #4F4F4F. Windows color (decimal): -15566822 or 1734674. OLE color: 1734674.

HSL color Cylindrical-coordinate representation of color #12781A: hue angle of 124.71º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12781A is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1812026-
CMYK0.8500.780.53
HSL124.71º73.91%27.06%-
HSV(B)124.71º85%47.06%-
XYZ7.1513.643.23-
YUV78.7998.2184.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 120 (47.27% from 255) = 73.17%
BLUE value IS 26 (10.55% from 255) = 15.85%
R=10.98%
G=73.17%
B=15.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120260.8500.780.53124.7173.9127.06
Hex12781A5504E357d4a1b
Octal221703212501166517511233
Binary100101111000110101010101010011101101011111101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12781A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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