#148221

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

Shades of Forest Green #148221

Tints of Forest Green #148221

Color information

#148221 (or 0x148221) is unknown color: approx Forest Green. HEX triplet: 14, 82 and 21. RGB value is (20,130,33). Sum of RGB (Red+Green+Blue) = 20+130+33=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #148221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148221 is #EB7DDE. Grayscale: #565656. Windows color (decimal): -15433183 or 2195988. OLE color: 2195988.

HSL color Cylindrical-coordinate representation of color #148221: hue angle of 127.09º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148221 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB2013033-
CMYK0.8500.750.49
HSL127.09º73.33%29.41%-
HSV(B)127.09º84.62%50.98%-
XYZ8.5516.224.12-
YUV86.0598.0680.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 130 (51.17% from 255) = 71.04%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=10.93%
G=71.04%
B=18.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20130330.8500.750.49127.0973.3329.41
Hex1482215504B317f491d
Octal242024112501136117711135
Binary10100100000101000011010101010010111100011111111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148221; }

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

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

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

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

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

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

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

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