#147B1C

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

Shades of Forest Green #147B1C

Tints of Forest Green #147B1C

Color information

#147B1C (or 0x147B1C) is unknown color: approx Forest Green. HEX triplet: 14, 7B and 1C. RGB value is (20,123,28). Sum of RGB (Red+Green+Blue) = 20+123+28=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 123 (48.44% from 255 or 71.93% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 123 - color contains mainly: green. Hex color #147B1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147B1C is #EB84E3. Grayscale: #515151. Windows color (decimal): -15434980 or 1866516. OLE color: 1866516.

HSL color Cylindrical-coordinate representation of color #147B1C: hue angle of 124.66º 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 #147B1C is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB2012328-
CMYK0.8400.770.52
HSL124.66º72.03%28.04%-
HSV(B)124.66º83.74%48.24%-
XYZ7.5814.43.48-
YUV81.3797.8884.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 123 (48.44% from 255) = 71.93%
BLUE value IS 28 (11.33% from 255) = 16.37%
R=11.70%
G=71.93%
B=16.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20123280.8400.770.52124.6672.0328.04
Hex147B1C5404D347d481c
Octal241733412401156417511034
Binary101001111011111001010100010011011101001111101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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