#14731F

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

Shades of Forest Green #14731F

Tints of Forest Green #14731F

Color information

#14731F (or 0x14731F) is unknown color: approx Forest Green. HEX triplet: 14, 73 and 1F. RGB value is (20,115,31). Sum of RGB (Red+Green+Blue) = 20+115+31=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 115 (45.31% from 255 or 69.28% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 115 - color contains mainly: green. Hex color #14731F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14731F is #EB8CE0. Grayscale: #4D4D4D. Windows color (decimal): -15437025 or 2061076. OLE color: 2061076.

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

Color convert

RGB2011531-
CMYK0.8300.730.55
HSL126.95º70.37%26.47%-
HSV(B)126.95º82.61%45.1%-
XYZ6.6712.513.36-
YUV77.02102.0387.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 115 (45.31% from 255) = 69.28%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=12.05%
G=69.28%
B=18.67%

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
Decimal20115310.8300.730.55126.9570.3726.47
Hex14731F53049377f461a
Octal241633712301116717710632
Binary101001110011111111010011010010011101111111111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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