#14741E

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

Shades of Forest Green #14741E

Tints of Forest Green #14741E

Color information

#14741E (or 0x14741E) is unknown color: approx Forest Green. HEX triplet: 14, 74 and 1E. RGB value is (20,116,30). Sum of RGB (Red+Green+Blue) = 20+116+30=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 116 (45.70% from 255 or 69.88% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 116 - color contains mainly: green. Hex color #14741E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14741E is #EB8BE1. Grayscale: #4D4D4D. Windows color (decimal): -15436770 or 1995796. OLE color: 1995796.

HSL color Cylindrical-coordinate representation of color #14741E: hue angle of 126.25º 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 #14741E is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB2011630-
CMYK0.8300.740.55
HSL126.25º70.59%26.67%-
HSV(B)126.25º82.76%45.49%-
XYZ6.7712.733.33-
YUV77.49101.286.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 116 (45.70% from 255) = 69.88%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=12.05%
G=69.88%
B=18.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20116300.8300.740.55126.2570.5926.67
Hex14741E5304A377e471b
Octal241643612301126717610733
Binary101001110100111101010011010010101101111111110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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