#12851F

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

Shades of Forest Green #12851F

Tints of Forest Green #12851F

Color information

#12851F (or 0x12851F) is unknown color: approx Forest Green. HEX triplet: 12, 85 and 1F. RGB value is (18,133,31). Sum of RGB (Red+Green+Blue) = 18+133+31=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 133 (52.34% from 255 or 73.08% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 133 - color contains mainly: green. Hex color #12851F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12851F is #ED7AE0. Grayscale: #575757. Windows color (decimal): -15563489 or 2065682. OLE color: 2065682.

HSL color Cylindrical-coordinate representation of color #12851F: hue angle of 126.78º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12851F is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1813331-
CMYK0.8600.770.48
HSL126.78º76.16%29.61%-
HSV(B)126.78º86.47%52.16%-
XYZ8.88174.11-
YUV86.9996.478.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 133 (52.34% from 255) = 73.08%
BLUE value IS 31 (12.5% from 255) = 17.03%
R=9.89%
G=73.08%
B=17.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18133310.8600.770.48126.7876.1629.61
Hex12851F5604D307f4c1e
Octal222053712601156017711436
Binary1001010000101111111010110010011011100001111111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12851F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12851F; }

 p { color: rgb(18,133,31); }

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

<style>
 a { background-color: #12851F; }

 a { background-color: rgb(18,133,31); }

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

<style>
 span { border-color: #12851F; }

 span { border-color: rgb(18,133,31); }

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