#139133

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

Shades of Forest Green #139133

Tints of Forest Green #139133

Color information

#139133 (or 0x139133) is unknown color: approx Forest Green. HEX triplet: 13, 91 and 33. RGB value is (19,145,51). Sum of RGB (Red+Green+Blue) = 19+145+51=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 145 (57.03% from 255 or 67.44% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 145 - color contains mainly: green. Hex color #139133 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139133 is #EC6ECC. Grayscale: #606060. Windows color (decimal): -15494861 or 3379475. OLE color: 3379475.

HSL color Cylindrical-coordinate representation of color #139133: hue angle of 135.24º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139133 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB1914551-
CMYK0.8700.650.43
HSL135.24º76.83%32.16%-
HSV(B)135.24º86.9%56.86%-
XYZ10.9920.636.53-
YUV96.61102.2672.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.84%
GREEN value IS 145 (57.03% from 255) = 67.44%
BLUE value IS 51 (20.31% from 255) = 23.72%
R=8.84%
G=67.44%
B=23.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19145510.8700.650.43135.2476.8332.16
Hex139133570412B874d20
Octal232216312701015320711540
Binary1001110010001110011101011101000001101011100001111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139133; }

 p { color: rgb(19,145,51); }

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

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

 a { background-color: rgb(19,145,51); }

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

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

 span { border-color: rgb(19,145,51); }

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