#149421

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

Shades of Forest Green #149421

Tints of Forest Green #149421

Color information

#149421 (or 0x149421) is unknown color: approx Forest Green. HEX triplet: 14, 94 and 21. RGB value is (20,148,33). Sum of RGB (Red+Green+Blue) = 20+148+33=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 148 (58.20% from 255 or 73.63% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 148 - color contains mainly: green. Hex color #149421 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149421 is #EB6BDE. Grayscale: #606060. Windows color (decimal): -15428575 or 2200596. OLE color: 2200596.

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

Color convert

RGB2014833-
CMYK0.8600.780.42
HSL126.09º76.19%32.94%-
HSV(B)126.09º86.49%58.04%-
XYZ11.1521.444.99-
YUV96.6292.0973.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.95%
GREEN value IS 148 (58.20% from 255) = 73.63%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=9.95%
G=73.63%
B=16.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20148330.8600.780.42126.0976.1932.94
Hex1494215604E2A7e4c21
Octal242244112601165217611441
Binary101001001010010000110101100100111010101011111101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149421; }

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

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

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

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

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

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

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

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