#128019

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

Shades of Forest Green #128019

Tints of Forest Green #128019

Color information

#128019 (or 0x128019) is unknown color: approx Forest Green. HEX triplet: 12, 80 and 19. RGB value is (18,128,25). Sum of RGB (Red+Green+Blue) = 18+128+25=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 128 (50.39% from 255 or 74.85% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 128 - color contains mainly: green. Hex color #128019 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128019 is #ED7FE6. Grayscale: #535353. Windows color (decimal): -15564775 or 1671186. OLE color: 1671186.

HSL color Cylindrical-coordinate representation of color #128019: hue angle of 123.82º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128019 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1812825-
CMYK0.8600.800.50
HSL123.82º75.34%28.63%-
HSV(B)123.82º85.94%50.2%-
XYZ8.1415.643.51-
YUV83.3795.0681.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 128 (50.39% from 255) = 74.85%
BLUE value IS 25 (10.16% from 255) = 14.62%
R=10.53%
G=74.85%
B=14.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18128250.8600.800.50123.8275.3428.63
Hex12801956050327c4b1d
Octal222003112601206217411335
Binary1001010000000110011010110010100001100101111100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128019; }

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

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

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

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

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

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

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

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