#149422

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

Shades of Forest Green #149422

Tints of Forest Green #149422

Color information

#149422 (or 0x149422) is unknown color: approx Forest Green. HEX triplet: 14, 94 and 22. RGB value is (20,148,34). Sum of RGB (Red+Green+Blue) = 20+148+34=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 148 (58.20% from 255 or 73.27% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 148 - color contains mainly: green. Hex color #149422 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149422 is #EB6BDD. Grayscale: #616161. Windows color (decimal): -15428574 or 2266132. OLE color: 2266132.

HSL color Cylindrical-coordinate representation of color #149422: hue angle of 126.56º 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 #149422 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB2014834-
CMYK0.8600.770.42
HSL126.56º76.19%32.94%-
HSV(B)126.56º86.49%58.04%-
XYZ11.1721.445.06-
YUV96.7392.5973.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.90%
GREEN value IS 148 (58.20% from 255) = 73.27%
BLUE value IS 34 (13.67% from 255) = 16.83%
R=9.90%
G=73.27%
B=16.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20148340.8600.770.42126.5676.1932.94
Hex1494225604D2A7f4c21
Octal242244212601155217711441
Binary101001001010010001010101100100110110101011111111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149422; }

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

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

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

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

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

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

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

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