#129213

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

Shades of Forest Green #129213

Tints of Forest Green #129213

Color information

#129213 (or 0x129213) is unknown color: approx Forest Green. HEX triplet: 12, 92 and 13. RGB value is (18,146,19). Sum of RGB (Red+Green+Blue) = 18+146+19=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 146 (57.42% from 255 or 79.78% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 146 - color contains mainly: green. Hex color #129213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129213 is #ED6DEC. Grayscale: #5D5D5D. Windows color (decimal): -15560173 or 1282578. OLE color: 1282578.

HSL color Cylindrical-coordinate representation of color #129213: hue angle of 120.47º 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 #129213 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB1814619-
CMYK0.8800.870.43
HSL120.47º78.05%32.16%-
HSV(B)120.47º87.67%57.25%-
XYZ10.6520.734.06-
YUV93.2586.0974.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 146 (57.42% from 255) = 79.78%
BLUE value IS 19 (7.81% from 255) = 10.38%
R=9.84%
G=79.78%
B=10.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18146190.8800.870.43120.4778.0532.16
Hex129213580572B784e20
Octal222222313001275317011640
Binary10010100100101001110110000101011110101111110001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129213; }

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

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

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

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

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

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

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

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