#149C33

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

Shades of Forest Green #149C33

Tints of Forest Green #149C33

Color information

#149C33 (or 0x149C33) is unknown color: approx Forest Green. HEX triplet: 14, 9C and 33. RGB value is (20,156,51). Sum of RGB (Red+Green+Blue) = 20+156+51=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 156 (61.33% from 255 or 68.72% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 156 - color contains mainly: green. Hex color #149C33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149C33 is #EB63CC. Grayscale: #676767. Windows color (decimal): -15426509 or 3382292. OLE color: 3382292.

HSL color Cylindrical-coordinate representation of color #149C33: hue angle of 133.68º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149C33 is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB2015651-
CMYK0.8700.670.39
HSL133.68º77.27%34.51%-
HSV(B)133.68º87.18%61.18%-
XYZ12.7724.167.12-
YUV103.3798.4468.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.81%
GREEN value IS 156 (61.33% from 255) = 68.72%
BLUE value IS 51 (20.31% from 255) = 22.47%
R=8.81%
G=68.72%
B=22.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal20156510.8700.670.39133.6877.2734.51
Hex149C335704327864d23
Octal242346312701034720611543
Binary1010010011100110011101011101000011100111100001101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,156,51); }

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

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

 a { background-color: rgb(20,156,51); }

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

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

 span { border-color: rgb(20,156,51); }

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