#14741F

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

Shades of Forest Green #14741F

Tints of Forest Green #14741F

Color information

#14741F (or 0x14741F) is unknown color: approx Forest Green. HEX triplet: 14, 74 and 1F. RGB value is (20,116,31). Sum of RGB (Red+Green+Blue) = 20+116+31=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 116 (45.70% from 255 or 69.46% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 116 - color contains mainly: green. Hex color #14741F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14741F is #EB8BE0. Grayscale: #4D4D4D. Windows color (decimal): -15436769 or 2061332. OLE color: 2061332.

HSL color Cylindrical-coordinate representation of color #14741F: hue angle of 126.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14741F is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB2011631-
CMYK0.8300.730.55
HSL126.88º70.59%26.67%-
HSV(B)126.88º82.76%45.49%-
XYZ6.7812.743.4-
YUV77.61101.786.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 116 (45.70% from 255) = 69.46%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=11.98%
G=69.46%
B=18.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20116310.8300.730.55126.8870.5926.67
Hex14741F53049377f471b
Octal241643712301116717710733
Binary101001110100111111010011010010011101111111111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14741F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14741F; }

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

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

<style>
 a { background-color: #14741F; }

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

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

<style>
 span { border-color: #14741F; }

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

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