#149028

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

Shades of Forest Green #149028

Tints of Forest Green #149028

Color information

#149028 (or 0x149028) is unknown color: approx Forest Green. HEX triplet: 14, 90 and 28. RGB value is (20,144,40). Sum of RGB (Red+Green+Blue) = 20+144+40=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 144 (56.64% from 255 or 70.59% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 144 - color contains mainly: green. Hex color #149028 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149028 is #EB6FD7. Grayscale: #5F5F5F. Windows color (decimal): -15429592 or 2658324. OLE color: 2658324.

HSL color Cylindrical-coordinate representation of color #149028: hue angle of 129.68º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149028 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB2014440-
CMYK0.8600.720.44
HSL129.68º75.61%32.16%-
HSV(B)129.68º86.11%56.47%-
XYZ10.6420.255.35-
YUV95.0796.9274.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.80%
GREEN value IS 144 (56.64% from 255) = 70.59%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=9.80%
G=70.59%
B=19.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20144400.8600.720.44129.6875.6132.16
Hex149028560482C824c20
Octal242205012601105420211440
Binary1010010010000101000101011001001000101100100000101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149028; }

 p { color: rgb(20,144,40); }

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

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

 a { background-color: rgb(20,144,40); }

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

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

 span { border-color: rgb(20,144,40); }

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