#149034

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

Shades of Forest Green #149034

Tints of Forest Green #149034

Color information

#149034 (or 0x149034) is unknown color: approx Forest Green. HEX triplet: 14, 90 and 34. RGB value is (20,144,52). Sum of RGB (Red+Green+Blue) = 20+144+52=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 144 (56.64% from 255 or 66.67% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 144 - color contains mainly: green. Hex color #149034 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149034 is #EB6FCB. Grayscale: #606060. Windows color (decimal): -15429580 or 3444756. OLE color: 3444756.

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

Color convert

RGB2014452-
CMYK0.8600.640.44
HSL135.48º75.61%32.16%-
HSV(B)135.48º86.11%56.47%-
XYZ10.8820.346.6-
YUV96.44102.9273.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.26%
GREEN value IS 144 (56.64% from 255) = 66.67%
BLUE value IS 52 (20.70% from 255) = 24.07%
R=9.26%
G=66.67%
B=24.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20144520.8600.640.44135.4875.6132.16
Hex149034560402C874c20
Octal242206412601005420711440
Binary1010010010000110100101011001000000101100100001111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149034; }

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

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

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

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

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

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

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

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