#147D2A

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

Shades of Forest Green #147D2A

Tints of Forest Green #147D2A

Color information

#147D2A (or 0x147D2A) is unknown color: approx Forest Green. HEX triplet: 14, 7D and 2A. RGB value is (20,125,42). Sum of RGB (Red+Green+Blue) = 20+125+42=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 125 (49.22% from 255 or 66.84% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 125 - color contains mainly: green. Hex color #147D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147D2A is #EB82D5. Grayscale: #545454. Windows color (decimal): -15434454 or 2784532. OLE color: 2784532.

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

Color convert

RGB2012542-
CMYK0.8400.660.51
HSL132.57º72.41%28.43%-
HSV(B)132.57º84%49.02%-
XYZ8.0414.984.66-
YUV84.14104.2182.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 125 (49.22% from 255) = 66.84%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=10.70%
G=66.84%
B=22.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20125420.8400.660.51132.5772.4128.43
Hex147D2A540423385481c
Octal241755212401026320511034
Binary10100111110110101010101000100001011001110000101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,125,42); }

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

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

 a { background-color: rgb(20,125,42); }

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

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

 span { border-color: rgb(20,125,42); }

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