#149A2B

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

Shades of Forest Green #149A2B

Tints of Forest Green #149A2B

Color information

#149A2B (or 0x149A2B) is unknown color: approx Forest Green. HEX triplet: 14, 9A and 2B. RGB value is (20,154,43). Sum of RGB (Red+Green+Blue) = 20+154+43=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 154 (60.55% from 255 or 70.97% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 154 - color contains mainly: green. Hex color #149A2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149A2B is #EB65D4. Grayscale: #656565. Windows color (decimal): -15427029 or 2857492. OLE color: 2857492.

HSL color Cylindrical-coordinate representation of color #149A2B: hue angle of 130.3º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149A2B is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB2015443-
CMYK0.8700.720.40
HSL130.3º77.01%34.12%-
HSV(B)130.3º87.01%60.39%-
XYZ12.2823.436.16-
YUV101.2895.1170.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 154 (60.55% from 255) = 70.97%
BLUE value IS 43 (17.19% from 255) = 19.82%
R=9.22%
G=70.97%
B=19.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20154430.8700.720.40130.377.0134.12
Hex149A2B5704828824d22
Octal242325312701105020211542
Binary1010010011010101011101011101001000101000100000101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149A2B; }

 p { color: rgb(20,154,43); }

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

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

 a { background-color: rgb(20,154,43); }

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

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

 span { border-color: rgb(20,154,43); }

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