#129214

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

Shades of Forest Green #129214

Tints of Forest Green #129214

Color information

#129214 (or 0x129214) is unknown color: approx Forest Green. HEX triplet: 12, 92 and 14. RGB value is (18,146,20). Sum of RGB (Red+Green+Blue) = 18+146+20=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 146 (57.42% from 255 or 79.35% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 146 - color contains mainly: green. Hex color #129214 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129214 is #ED6DEB. Grayscale: #5D5D5D. Windows color (decimal): -15560172 or 1348114. OLE color: 1348114.

HSL color Cylindrical-coordinate representation of color #129214: hue angle of 120.94º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129214 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1814620-
CMYK0.8800.860.43
HSL120.94º78.05%32.16%-
HSV(B)120.94º87.67%57.25%-
XYZ10.6520.744.1-
YUV93.3686.5974.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 146 (57.42% from 255) = 79.35%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=9.78%
G=79.35%
B=10.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18146200.8800.860.43120.9478.0532.16
Hex129214580562B794e20
Octal222222413001265317111640
Binary10010100100101010010110000101011010101111110011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129214; }

 p { color: rgb(18,146,20); }

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

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

 a { background-color: rgb(18,146,20); }

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

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

 span { border-color: rgb(18,146,20); }

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