#147A1F

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

Shades of Forest Green #147A1F

Tints of Forest Green #147A1F

Color information

#147A1F (or 0x147A1F) is unknown color: approx Forest Green. HEX triplet: 14, 7A and 1F. RGB value is (20,122,31). Sum of RGB (Red+Green+Blue) = 20+122+31=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 122 (48.05% from 255 or 70.52% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 122 - color contains mainly: green. Hex color #147A1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147A1F is #EB85E0. Grayscale: #515151. Windows color (decimal): -15435233 or 2062868. OLE color: 2062868.

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

Color convert

RGB2012231-
CMYK0.8400.750.52
HSL126.47º71.83%27.84%-
HSV(B)126.47º83.61%47.84%-
XYZ7.514.173.64-
YUV81.1399.7184.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 122 (48.05% from 255) = 70.52%
BLUE value IS 31 (12.5% from 255) = 17.92%
R=11.56%
G=70.52%
B=17.92%

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
Decimal20122310.8400.750.52126.4771.8327.84
Hex147A1F5404B347e481c
Octal241723712401136417611034
Binary101001111010111111010100010010111101001111110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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