#148914

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

Shades of Forest Green #148914

Tints of Forest Green #148914

Color information

#148914 (or 0x148914) is unknown color: approx Forest Green. HEX triplet: 14, 89 and 14. RGB value is (20,137,20). Sum of RGB (Red+Green+Blue) = 20+137+20=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 137 (53.91% from 255 or 77.40% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 137 - color contains mainly: green. Hex color #148914 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148914 is #EB76EB. Grayscale: #595959. Windows color (decimal): -15431404 or 1345812. OLE color: 1345812.

HSL color Cylindrical-coordinate representation of color #148914: hue angle of 120º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148914 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB2013720-
CMYK0.8500.850.46
HSL120º74.52%30.78%-
HSV(B)120º85.4%53.73%-
XYZ9.3618.093.66-
YUV88.6889.2479.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 137 (53.91% from 255) = 77.40%
BLUE value IS 20 (8.20% from 255) = 11.30%
R=11.30%
G=77.40%
B=11.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20137200.8500.850.4612074.5230.78
Hex148914550552E784b1f
Octal242112412501255617011337
Binary1010010001001101001010101010101011011101111000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148914; }

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

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

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

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

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

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

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

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