#148712

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

Shades of Forest Green #148712

Tints of Forest Green #148712

Color information

#148712 (or 0x148712) is unknown color: approx Forest Green. HEX triplet: 14, 87 and 12. RGB value is (20,135,18). Sum of RGB (Red+Green+Blue) = 20+135+18=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 135 (53.12% from 255 or 78.03% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 135 - color contains mainly: green. Hex color #148712 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148712 is #EB78ED. Grayscale: #575757. Windows color (decimal): -15431918 or 1214228. OLE color: 1214228.

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

Color convert

RGB2013518-
CMYK0.8500.870.47
HSL118.97º76.47%30%-
HSV(B)118.97º86.67%52.94%-
XYZ9.0617.523.48-
YUV87.2888.980.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 135 (53.12% from 255) = 78.03%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=11.56%
G=78.03%
B=10.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20135180.8500.870.47118.9776.4730
Hex148712550572F774c1e
Octal242072212501275716711436
Binary1010010000111100101010101010101111011111110111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148712; }

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

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

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

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

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

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

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

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