#147D0D

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

Shades of Green #147D0D

Tints of Green #147D0D

Color information

#147D0D (or 0x147D0D) is unknown color: approx Green. HEX triplet: 14, 7D and 0D. RGB value is (20,125,13). Sum of RGB (Red+Green+Blue) = 20+125+13=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 125 (49.22% from 255 or 79.11% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 125 - color contains mainly: green. Hex color #147D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147D0D is #EB82F2. Grayscale: #515151. Windows color (decimal): -15434483 or 883988. OLE color: 883988.

HSL color Cylindrical-coordinate representation of color #147D0D: hue angle of 116.25º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147D0D is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB2012513-
CMYK0.8400.900.51
HSL116.25º81.16%27.06%-
HSV(B)116.25º89.6%49.02%-
XYZ7.6914.852.84-
YUV80.8489.7184.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 125 (49.22% from 255) = 79.11%
BLUE value IS 13 (5.47% from 255) = 8.23%
R=12.66%
G=79.11%
B=8.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20125130.8400.900.51116.2581.1627.06
Hex147DD5405A3374511b
Octal241751512401326316412133
Binary10100111110111011010100010110101100111110100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147D0D; }

 p { color: rgb(20,125,13); }

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

<style>
 a { background-color: #147D0D; }

 a { background-color: rgb(20,125,13); }

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

<style>
 span { border-color: #147D0D; }

 span { border-color: rgb(20,125,13); }

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