#139F34

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

Shades of Forest Green #139F34

Tints of Forest Green #139F34

Color information

#139F34 (or 0x139F34) is unknown color: approx Forest Green. HEX triplet: 13, 9F and 34. RGB value is (19,159,52). Sum of RGB (Red+Green+Blue) = 19+159+52=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 159 (62.5% from 255 or 69.13% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 159 - color contains mainly: green. Hex color #139F34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139F34 is #EC60CB. Grayscale: #696969. Windows color (decimal): -15491276 or 3448595. OLE color: 3448595.

HSL color Cylindrical-coordinate representation of color #139F34: hue angle of 134.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139F34 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB1915952-
CMYK0.8800.670.38
HSL134.14º78.65%34.9%-
HSV(B)134.14º88.05%62.35%-
XYZ13.2925.187.41-
YUV104.9498.1266.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.26%
GREEN value IS 159 (62.5% from 255) = 69.13%
BLUE value IS 52 (20.70% from 255) = 22.61%
R=8.26%
G=69.13%
B=22.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19159520.8800.670.38134.1478.6534.9
Hex139F345804326864f23
Octal232376413001034620611743
Binary1001110011111110100101100001000011100110100001101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139F34; }

 p { color: rgb(19,159,52); }

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

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

 a { background-color: rgb(19,159,52); }

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

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

 span { border-color: rgb(19,159,52); }

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