#14751D

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

Shades of Forest Green #14751D

Tints of Forest Green #14751D

Color information

#14751D (or 0x14751D) is unknown color: approx Forest Green. HEX triplet: 14, 75 and 1D. RGB value is (20,117,29). Sum of RGB (Red+Green+Blue) = 20+117+29=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 117 (46.09% from 255 or 70.48% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 117 - color contains mainly: green. Hex color #14751D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14751D is #EB8AE2. Grayscale: #4E4E4E. Windows color (decimal): -15436515 or 1930516. OLE color: 1930516.

HSL color Cylindrical-coordinate representation of color #14751D: hue angle of 125.57º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14751D is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB2011729-
CMYK0.8300.750.54
HSL125.57º70.8%26.86%-
HSV(B)125.57º82.91%45.88%-
XYZ6.8712.963.3-
YUV77.96100.3686.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 117 (46.09% from 255) = 70.48%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=12.05%
G=70.48%
B=17.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117290.8300.750.54125.5770.826.86
Hex14751D5304B367e471b
Octal241653512301136617610733
Binary101001110101111011010011010010111101101111110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14751D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14751D; }

 p { color: rgb(20,117,29); }

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

<style>
 a { background-color: #14751D; }

 a { background-color: rgb(20,117,29); }

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

<style>
 span { border-color: #14751D; }

 span { border-color: rgb(20,117,29); }

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