#149919

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

Shades of Forest Green #149919

Tints of Forest Green #149919

Color information

#149919 (or 0x149919) is unknown color: approx Forest Green. HEX triplet: 14, 99 and 19. RGB value is (20,153,25). Sum of RGB (Red+Green+Blue) = 20+153+25=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 153 (60.16% from 255 or 77.27% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 153 - color contains mainly: green. Hex color #149919 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149919 is #EB66E6. Grayscale: #636363. Windows color (decimal): -15427303 or 1677588. OLE color: 1677588.

HSL color Cylindrical-coordinate representation of color #149919: hue angle of 122.26º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149919 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB2015325-
CMYK0.8700.840.4
HSL122.26º76.88%33.92%-
HSV(B)122.26º86.93%60%-
XYZ11.86234.73-
YUV98.6486.4471.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 153 (60.16% from 255) = 77.27%
BLUE value IS 25 (10.16% from 255) = 12.63%
R=10.10%
G=77.27%
B=12.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal20153250.8700.840.4122.2676.8833.92
Hex14991957054287a4d22
Octal242313112701245017211542
Binary10100100110011100110101110101010010100011110101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149919; }

 p { color: rgb(20,153,25); }

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

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

 a { background-color: rgb(20,153,25); }

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

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

 span { border-color: rgb(20,153,25); }

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