#14931D

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

Shades of Forest Green #14931D

Tints of Forest Green #14931D

Color information

#14931D (or 0x14931D) is unknown color: approx Forest Green. HEX triplet: 14, 93 and 1D. RGB value is (20,147,29). Sum of RGB (Red+Green+Blue) = 20+147+29=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 147 (57.81% from 255 or 75% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 147 - color contains mainly: green. Hex color #14931D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14931D is #EB6CE2. Grayscale: #5F5F5F. Windows color (decimal): -15428835 or 1938196. OLE color: 1938196.

HSL color Cylindrical-coordinate representation of color #14931D: hue angle of 124.25º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14931D is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB2014729-
CMYK0.8600.800.42
HSL124.25º76.05%32.75%-
HSV(B)124.25º86.39%57.65%-
XYZ10.9421.14.66-
YUV95.5890.4274.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 147 (57.81% from 255) = 75%
BLUE value IS 29 (11.72% from 255) = 14.80%
R=10.20%
G=75%
B=14.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20147290.8600.800.42124.2576.0532.75
Hex14931D560502A7c4c21
Octal242233512601205217411441
Binary10100100100111110110101100101000010101011111001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14931D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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