#149A1B

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

Shades of Forest Green #149A1B

Tints of Forest Green #149A1B

Color information

#149A1B (or 0x149A1B) is unknown color: approx Forest Green. HEX triplet: 14, 9A and 1B. RGB value is (20,154,27). Sum of RGB (Red+Green+Blue) = 20+154+27=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 154 (60.55% from 255 or 76.62% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 154 - color contains mainly: green. Hex color #149A1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149A1B is #EB65E4. Grayscale: #636363. Windows color (decimal): -15427045 or 1808916. OLE color: 1808916.

HSL color Cylindrical-coordinate representation of color #149A1B: hue angle of 123.13º 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 #149A1B is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB2015427-
CMYK0.8700.820.40
HSL123.13º77.01%34.12%-
HSV(B)123.13º87.01%60.39%-
XYZ12.0423.344.91-
YUV99.4687.1171.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.95%
GREEN value IS 154 (60.55% from 255) = 76.62%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=9.95%
G=76.62%
B=13.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20154270.8700.820.40123.1377.0134.12
Hex149A1B57052287b4d22
Octal242323312701225017311542
Binary10100100110101101110101110101001010100011110111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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