#149226

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

Shades of Forest Green #149226

Tints of Forest Green #149226

Color information

#149226 (or 0x149226) is unknown color: approx Forest Green. HEX triplet: 14, 92 and 26. RGB value is (20,146,38). Sum of RGB (Red+Green+Blue) = 20+146+38=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 146 (57.42% from 255 or 71.57% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 146 - color contains mainly: green. Hex color #149226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149226 is #EB6DD9. Grayscale: #606060. Windows color (decimal): -15429082 or 2527764. OLE color: 2527764.

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

Color convert

RGB2014638-
CMYK0.8600.740.43
HSL128.57º75.9%32.55%-
HSV(B)128.57º86.3%57.25%-
XYZ10.9220.855.28-
YUV96.0195.2673.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.80%
GREEN value IS 146 (57.42% from 255) = 71.57%
BLUE value IS 38 (15.23% from 255) = 18.63%
R=9.80%
G=71.57%
B=18.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20146380.8600.740.43128.5775.932.55
Hex1492265604A2B814c21
Octal242224612601125320111441
Binary1010010010010100110101011001001010101011100000011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149226; }

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

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

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

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

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

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

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

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