#147A1E

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

Shades of Forest Green #147A1E

Tints of Forest Green #147A1E

Color information

#147A1E (or 0x147A1E) is unknown color: approx Forest Green. HEX triplet: 14, 7A and 1E. RGB value is (20,122,30). Sum of RGB (Red+Green+Blue) = 20+122+30=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 122 (48.05% from 255 or 70.93% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 122 - color contains mainly: green. Hex color #147A1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147A1E is #EB85E1. Grayscale: #515151. Windows color (decimal): -15435234 or 1997332. OLE color: 1997332.

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

Color convert

RGB2012230-
CMYK0.8400.750.52
HSL125.88º71.83%27.84%-
HSV(B)125.88º83.61%47.84%-
XYZ7.4814.163.57-
YUV81.0199.2184.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 122 (48.05% from 255) = 70.93%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=11.63%
G=70.93%
B=17.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20122300.8400.750.52125.8871.8327.84
Hex147A1E5404B347e481c
Octal241723612401136417611034
Binary101001111010111101010100010010111101001111110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,122,30); }

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

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

 a { background-color: rgb(20,122,30); }

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

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

 span { border-color: rgb(20,122,30); }

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