#147821

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

Shades of Forest Green #147821

Tints of Forest Green #147821

Color information

#147821 (or 0x147821) is unknown color: approx Forest Green. HEX triplet: 14, 78 and 21. RGB value is (20,120,33). Sum of RGB (Red+Green+Blue) = 20+120+33=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 120 (47.27% from 255 or 69.36% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 120 - color contains mainly: green. Hex color #147821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147821 is #EB87DE. Grayscale: #505050. Windows color (decimal): -15435743 or 2193428. OLE color: 2193428.

HSL color Cylindrical-coordinate representation of color #147821: hue angle of 127.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147821 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB2012033-
CMYK0.8300.720.53
HSL127.8º71.43%27.45%-
HSV(B)127.8º83.33%47.06%-
XYZ7.2813.693.7-
YUV80.18101.3785.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 120 (47.27% from 255) = 69.36%
BLUE value IS 33 (13.28% from 255) = 19.08%
R=11.56%
G=69.36%
B=19.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120330.8300.720.53127.871.4327.45
Hex147821530483580471b
Octal241704112301106520010733
Binary10100111100010000110100110100100011010110000000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147821; }

 p { color: rgb(20,120,33); }

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

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

 a { background-color: rgb(20,120,33); }

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

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

 span { border-color: rgb(20,120,33); }

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