#147A13

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

Shades of Forest Green #147A13

Tints of Forest Green #147A13

Color information

#147A13 (or 0x147A13) is unknown color: approx Forest Green. HEX triplet: 14, 7A and 13. RGB value is (20,122,19). Sum of RGB (Red+Green+Blue) = 20+122+19=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 122 (48.05% from 255 or 75.78% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 122 - color contains mainly: green. Hex color #147A13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147A13 is #EB85EC. Grayscale: #505050. Windows color (decimal): -15435245 or 1276436. OLE color: 1276436.

HSL color Cylindrical-coordinate representation of color #147A13: hue angle of 119.42º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147A13 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB2012219-
CMYK0.8400.840.52
HSL119.42º73.05%27.65%-
HSV(B)119.42º84.43%47.84%-
XYZ7.3714.112.95-
YUV79.7693.7185.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 122 (48.05% from 255) = 75.78%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=12.42%
G=75.78%
B=11.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20122190.8400.840.52119.4273.0527.65
Hex147A13540543477491c
Octal241722312401246416711134
Binary101001111010100111010100010101001101001110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,122,19); }

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

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

 a { background-color: rgb(20,122,19); }

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

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

 span { border-color: rgb(20,122,19); }

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