#12842C

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

Shades of Forest Green #12842C

Tints of Forest Green #12842C

Color information

#12842C (or 0x12842C) is unknown color: approx Forest Green. HEX triplet: 12, 84 and 2C. RGB value is (18,132,44). Sum of RGB (Red+Green+Blue) = 18+132+44=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 132 (51.95% from 255 or 68.04% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 132 - color contains mainly: green. Hex color #12842C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12842C is #ED7BD3. Grayscale: #585858. Windows color (decimal): -15563732 or 2917394. OLE color: 2917394.

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

Color convert

RGB1813244-
CMYK0.8600.670.48
HSL133.68º76%29.41%-
HSV(B)133.68º86.36%51.76%-
XYZ8.9616.815.16-
YUV87.88103.2378.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 132 (51.95% from 255) = 68.04%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=9.28%
G=68.04%
B=22.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18132440.8600.670.48133.687629.41
Hex12842C5604330864c1d
Octal222045412601036020611435
Binary100101000010010110010101100100001111000010000110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12842C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12842C; }

 p { color: rgb(18,132,44); }

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

<style>
 a { background-color: #12842C; }

 a { background-color: rgb(18,132,44); }

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

<style>
 span { border-color: #12842C; }

 span { border-color: rgb(18,132,44); }

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