#139321

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

Shades of Forest Green #139321

Tints of Forest Green #139321

Color information

#139321 (or 0x139321) is unknown color: approx Forest Green. HEX triplet: 13, 93 and 21. RGB value is (19,147,33). Sum of RGB (Red+Green+Blue) = 19+147+33=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 147 (57.81% from 255 or 73.87% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 147 - color contains mainly: green. Hex color #139321 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139321 is #EC6CDE. Grayscale: #606060. Windows color (decimal): -15494367 or 2200339. OLE color: 2200339.

HSL color Cylindrical-coordinate representation of color #139321: hue angle of 126.56º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139321 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1914733-
CMYK0.8700.780.42
HSL126.56º77.11%32.55%-
HSV(B)126.56º87.07%57.65%-
XYZ10.9821.124.94-
YUV95.7392.5973.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 147 (57.81% from 255) = 73.87%
BLUE value IS 33 (13.28% from 255) = 16.58%
R=9.55%
G=73.87%
B=16.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19147330.8700.780.42126.5677.1132.55
Hex1393215704E2A7f4d21
Octal232234112701165217711541
Binary100111001001110000110101110100111010101011111111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139321; }

 p { color: rgb(19,147,33); }

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

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

 a { background-color: rgb(19,147,33); }

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

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

 span { border-color: rgb(19,147,33); }

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