#149812

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

Shades of Forest Green #149812

Tints of Forest Green #149812

Color information

#149812 (or 0x149812) is unknown color: approx Forest Green. HEX triplet: 14, 98 and 12. RGB value is (20,152,18). Sum of RGB (Red+Green+Blue) = 20+152+18=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 152 (59.77% from 255 or 80% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 152 - color contains mainly: green. Hex color #149812 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149812 is #EB67ED. Grayscale: #616161. Windows color (decimal): -15427566 or 1218580. OLE color: 1218580.

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

Color convert

RGB2015218-
CMYK0.8700.880.40
HSL119.1º78.82%33.33%-
HSV(B)119.1º88.16%59.61%-
XYZ11.6322.654.33-
YUV97.2683.2772.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 152 (59.77% from 255) = 80%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=10.53%
G=80%
B=9.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20152180.8700.880.40119.178.8233.33
Hex1498125705828774f21
Octal242302212701305016711741
Binary10100100110001001010101110101100010100011101111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149812; }

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

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

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

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

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

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

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

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