#12872A

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

Shades of Forest Green #12872A

Tints of Forest Green #12872A

Color information

#12872A (or 0x12872A) is unknown color: approx Forest Green. HEX triplet: 12, 87 and 2A. RGB value is (18,135,42). Sum of RGB (Red+Green+Blue) = 18+135+42=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 135 (53.12% from 255 or 69.23% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 135 - color contains mainly: green. Hex color #12872A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12872A is #ED78D5. Grayscale: #595959. Windows color (decimal): -15562966 or 2787090. OLE color: 2787090.

HSL color Cylindrical-coordinate representation of color #12872A: hue angle of 132.31º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12872A is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1813542-
CMYK0.8700.690.47
HSL132.31º76.47%30%-
HSV(B)132.31º86.67%52.94%-
XYZ9.3317.625.1-
YUV89.42101.2477.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 135 (53.12% from 255) = 69.23%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=9.23%
G=69.23%
B=21.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18135420.8700.690.47132.3176.4730
Hex12872A570452F844c1e
Octal222075212701055720411436
Binary100101000011110101010101110100010110111110000100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,135,42); }

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

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

 a { background-color: rgb(18,135,42); }

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

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

 span { border-color: rgb(18,135,42); }

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