#149814

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

Shades of Forest Green #149814

Tints of Forest Green #149814

Color information

#149814 (or 0x149814) is unknown color: approx Forest Green. HEX triplet: 14, 98 and 14. RGB value is (20,152,20). Sum of RGB (Red+Green+Blue) = 20+152+20=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 152 (59.77% from 255 or 79.17% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 152 - color contains mainly: green. Hex color #149814 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149814 is #EB67EB. Grayscale: #616161. Windows color (decimal): -15427564 or 1349652. OLE color: 1349652.

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

Color convert

RGB2015220-
CMYK0.8700.870.40
HSL120º76.74%33.73%-
HSV(B)120º86.84%59.61%-
XYZ11.6422.664.42-
YUV97.4884.2772.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 152 (59.77% from 255) = 79.17%
BLUE value IS 20 (8.20% from 255) = 10.42%
R=10.42%
G=79.17%
B=10.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20152200.8700.870.4012076.7433.73
Hex1498145705728784d22
Octal242302412701275017011542
Binary10100100110001010010101110101011110100011110001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149814; }

 p { color: rgb(20,152,20); }

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

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

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

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

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

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

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