#147B18

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

Shades of Forest Green #147B18

Tints of Forest Green #147B18

Color information

#147B18 (or 0x147B18) is unknown color: approx Forest Green. HEX triplet: 14, 7B and 18. RGB value is (20,123,24). Sum of RGB (Red+Green+Blue) = 20+123+24=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 123 (48.44% from 255 or 73.65% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 123 - color contains mainly: green. Hex color #147B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147B18 is #EB84E7. Grayscale: #515151. Windows color (decimal): -15434984 or 1604372. OLE color: 1604372.

HSL color Cylindrical-coordinate representation of color #147B18: hue angle of 122.33º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147B18 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB2012324-
CMYK0.8400.800.52
HSL122.33º72.03%28.04%-
HSV(B)122.33º83.74%48.24%-
XYZ7.5414.383.24-
YUV80.9295.8884.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 123 (48.44% from 255) = 73.65%
BLUE value IS 24 (9.77% from 255) = 14.37%
R=11.98%
G=73.65%
B=14.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20123240.8400.800.52122.3372.0328.04
Hex147B1854050347a481c
Octal241733012401206417211034
Binary101001111011110001010100010100001101001111010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147B18; }

 p { color: rgb(20,123,24); }

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

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

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

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

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

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

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