#159422

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

Shades of Forest Green #159422

Tints of Forest Green #159422

Color information

#159422 (or 0x159422) is unknown color: approx Forest Green. HEX triplet: 15, 94 and 22. RGB value is (21,148,34). Sum of RGB (Red+Green+Blue) = 21+148+34=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 148 (58.20% from 255 or 72.91% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 148 - color contains mainly: green. Hex color #159422 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159422 is #EA6BDD. Grayscale: #616161. Windows color (decimal): -15363038 or 2266133. OLE color: 2266133.

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

Color convert

RGB2114834-
CMYK0.8600.770.42
HSL126.14º75.15%33.14%-
HSV(B)126.14º85.81%58.04%-
XYZ11.1921.455.06-
YUV97.0392.4273.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 148 (58.20% from 255) = 72.91%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=10.34%
G=72.91%
B=16.75%

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
Decimal21148340.8600.770.42126.1475.1533.14
Hex1594225604D2A7e4b21
Octal252244212601155217611341
Binary101011001010010001010101100100110110101011111101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159422; }

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

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

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

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

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

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

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

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