#12811A

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

Shades of Forest Green #12811A

Tints of Forest Green #12811A

Color information

#12811A (or 0x12811A) is unknown color: approx Forest Green. HEX triplet: 12, 81 and 1A. RGB value is (18,129,26). Sum of RGB (Red+Green+Blue) = 18+129+26=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 129 (50.78% from 255 or 74.57% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 129 - color contains mainly: green. Hex color #12811A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12811A is #ED7EE5. Grayscale: #545454. Windows color (decimal): -15564518 or 1736978. OLE color: 1736978.

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

Color convert

RGB1812926-
CMYK0.8600.800.49
HSL124.32º75.51%28.82%-
HSV(B)124.32º86.05%50.59%-
XYZ8.2915.93.61-
YUV84.0795.2380.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 129 (50.78% from 255) = 74.57%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=10.40%
G=74.57%
B=15.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18129260.8600.800.49124.3275.5128.82
Hex12811A56050317c4c1d
Octal222013212601206117411435
Binary1001010000001110101010110010100001100011111100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12811A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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