#148113

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

Shades of Forest Green #148113

Tints of Forest Green #148113

Color information

#148113 (or 0x148113) is unknown color: approx Forest Green. HEX triplet: 14, 81 and 13. RGB value is (20,129,19). Sum of RGB (Red+Green+Blue) = 20+129+19=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 129 (50.78% from 255 or 76.79% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 129 - color contains mainly: green. Hex color #148113 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148113 is #EB7EEC. Grayscale: #545454. Windows color (decimal): -15433453 or 1278228. OLE color: 1278228.

HSL color Cylindrical-coordinate representation of color #148113: hue angle of 119.45º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148113 is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB2012919-
CMYK0.8400.850.49
HSL119.45º74.32%29.02%-
HSV(B)119.45º85.27%50.59%-
XYZ8.2615.93.25-
YUV83.8791.3982.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 129 (50.78% from 255) = 76.79%
BLUE value IS 19 (7.81% from 255) = 11.31%
R=11.90%
G=76.79%
B=11.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20129190.8400.850.49119.4574.3229.02
Hex1481135405531774a1d
Octal242012312401256116711235
Binary1010010000001100111010100010101011100011110111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148113; }

 p { color: rgb(20,129,19); }

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

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

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

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

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

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

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