#148720

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

Shades of Forest Green #148720

Tints of Forest Green #148720

Color information

#148720 (or 0x148720) is unknown color: approx Forest Green. HEX triplet: 14, 87 and 20. RGB value is (20,135,32). Sum of RGB (Red+Green+Blue) = 20+135+32=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 135 (53.12% from 255 or 72.19% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 135 - color contains mainly: green. Hex color #148720 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148720 is #EB78DF. Grayscale: #595959. Windows color (decimal): -15431904 or 2131732. OLE color: 2131732.

HSL color Cylindrical-coordinate representation of color #148720: hue angle of 126.26º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148720 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB2013532-
CMYK0.8500.760.47
HSL126.26º74.19%30.39%-
HSV(B)126.26º85.19%52.94%-
XYZ9.2117.584.27-
YUV88.8795.978.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 135 (53.12% from 255) = 72.19%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=10.70%
G=72.19%
B=17.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20135320.8500.760.47126.2674.1930.39
Hex1487205504C2F7e4a1e
Octal242074012501145717611236
Binary10100100001111000001010101010011001011111111110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148720; }

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

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

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

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

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

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

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

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