#149436

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

Shades of Forest Green #149436

Tints of Forest Green #149436

Color information

#149436 (or 0x149436) is unknown color: approx Forest Green. HEX triplet: 14, 94 and 36. RGB value is (20,148,54). Sum of RGB (Red+Green+Blue) = 20+148+54=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 148 (58.20% from 255 or 66.67% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 148 - color contains mainly: green. Hex color #149436 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149436 is #EB6BC9. Grayscale: #636363. Windows color (decimal): -15428554 or 3576852. OLE color: 3576852.

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

Color convert

RGB2014854-
CMYK0.8600.640.42
HSL135.94º76.19%32.94%-
HSV(B)135.94º86.49%58.04%-
XYZ11.5421.597.05-
YUV99.01102.5971.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 148 (58.20% from 255) = 66.67%
BLUE value IS 54 (21.48% from 255) = 24.32%
R=9.01%
G=66.67%
B=24.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20148540.8600.640.42135.9476.1932.94
Hex149436560402A884c21
Octal242246612601005221011441
Binary1010010010100110110101011001000000101010100010001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149436; }

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

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

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

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

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

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

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

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