#129619

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

Shades of Forest Green #129619

Tints of Forest Green #129619

Color information

#129619 (or 0x129619) is unknown color: approx Forest Green. HEX triplet: 12, 96 and 19. RGB value is (18,150,25). Sum of RGB (Red+Green+Blue) = 18+150+25=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 150 (58.98% from 255 or 77.72% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 150 - color contains mainly: green. Hex color #129619 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129619 is #ED69E6. Grayscale: #606060. Windows color (decimal): -15559143 or 1676818. OLE color: 1676818.

HSL color Cylindrical-coordinate representation of color #129619: hue angle of 123.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129619 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB1815025-
CMYK0.8800.830.41
HSL123.18º78.57%32.94%-
HSV(B)123.18º88%58.82%-
XYZ11.3322.014.57-
YUV96.2887.7772.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 150 (58.98% from 255) = 77.72%
BLUE value IS 25 (10.16% from 255) = 12.95%
R=9.33%
G=77.72%
B=12.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18150250.8800.830.41123.1878.5732.94
Hex12961958053297b4f21
Octal222263113001235117311741
Binary10010100101101100110110000101001110100111110111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129619; }

 p { color: rgb(18,150,25); }

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

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

 a { background-color: rgb(18,150,25); }

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

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

 span { border-color: rgb(18,150,25); }

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