#139B25

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

Shades of Forest Green #139B25

Tints of Forest Green #139B25

Color information

#139B25 (or 0x139B25) is unknown color: approx Forest Green. HEX triplet: 13, 9B and 25. RGB value is (19,155,37). Sum of RGB (Red+Green+Blue) = 19+155+37=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 155 (60.94% from 255 or 73.46% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 155 - color contains mainly: green. Hex color #139B25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139B25 is #EC64DA. Grayscale: #656565. Windows color (decimal): -15492315 or 2464531. OLE color: 2464531.

HSL color Cylindrical-coordinate representation of color #139B25: hue angle of 127.94º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139B25 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB1915537-
CMYK0.8800.760.39
HSL127.94º78.16%34.12%-
HSV(B)127.94º87.74%60.78%-
XYZ12.3223.715.68-
YUV100.8891.9469.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 155 (60.94% from 255) = 73.46%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=9.00%
G=73.46%
B=17.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19155370.8800.760.39127.9478.1634.12
Hex139B255804C27804e22
Octal232334513001144720011642
Binary1001110011011100101101100001001100100111100000001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,155,37); }

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

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

 a { background-color: rgb(19,155,37); }

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

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

 span { border-color: rgb(19,155,37); }

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