#149221

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

Shades of Forest Green #149221

Tints of Forest Green #149221

Color information

#149221 (or 0x149221) is unknown color: approx Forest Green. HEX triplet: 14, 92 and 21. RGB value is (20,146,33). Sum of RGB (Red+Green+Blue) = 20+146+33=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 146 (57.42% from 255 or 73.37% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 146 - color contains mainly: green. Hex color #149221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149221 is #EB6DDE. Grayscale: #5F5F5F. Windows color (decimal): -15429087 or 2200084. OLE color: 2200084.

HSL color Cylindrical-coordinate representation of color #149221: hue angle of 126.19º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149221 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB2014633-
CMYK0.8600.770.43
HSL126.19º75.9%32.55%-
HSV(B)126.19º86.3%57.25%-
XYZ10.8420.824.89-
YUV95.4492.7674.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 146 (57.42% from 255) = 73.37%
BLUE value IS 33 (13.28% from 255) = 16.58%
R=10.05%
G=73.37%
B=16.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20146330.8600.770.43126.1975.932.55
Hex1492215604D2B7e4c21
Octal242224112601155317611441
Binary101001001001010000110101100100110110101111111101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149221; }

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

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

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

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

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

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

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

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