#148920

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

Shades of Forest Green #148920

Tints of Forest Green #148920

Color information

#148920 (or 0x148920) is unknown color: approx Forest Green. HEX triplet: 14, 89 and 20. RGB value is (20,137,32). Sum of RGB (Red+Green+Blue) = 20+137+32=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 137 (53.91% from 255 or 72.49% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 137 - color contains mainly: green. Hex color #148920 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148920 is #EB76DF. Grayscale: #5A5A5A. Windows color (decimal): -15431392 or 2132244. OLE color: 2132244.

HSL color Cylindrical-coordinate representation of color #148920: hue angle of 126.15º 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 #148920 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB2013732-
CMYK0.8500.770.46
HSL126.15º74.52%30.78%-
HSV(B)126.15º85.4%53.73%-
XYZ9.4918.144.37-
YUV90.0595.2478.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.58%
GREEN value IS 137 (53.91% from 255) = 72.49%
BLUE value IS 32 (12.89% from 255) = 16.93%
R=10.58%
G=72.49%
B=16.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20137320.8500.770.46126.1574.5230.78
Hex1489205504D2E7e4b1f
Octal242114012501155617611337
Binary10100100010011000001010101010011011011101111110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148920; }

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

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

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

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

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

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

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

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