#139525

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

Shades of Forest Green #139525

Tints of Forest Green #139525

Color information

#139525 (or 0x139525) is unknown color: approx Forest Green. HEX triplet: 13, 95 and 25. RGB value is (19,149,37). Sum of RGB (Red+Green+Blue) = 19+149+37=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 149 (58.59% from 255 or 72.68% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 149 - color contains mainly: green. Hex color #139525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139525 is #EC6ADA. Grayscale: #616161. Windows color (decimal): -15493851 or 2462995. OLE color: 2462995.

HSL color Cylindrical-coordinate representation of color #139525: hue angle of 128.31º 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 #139525 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB1914937-
CMYK0.8700.750.42
HSL128.31º77.38%32.94%-
HSV(B)128.31º87.25%58.43%-
XYZ11.3521.775.35-
YUV97.3693.9372.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 149 (58.59% from 255) = 72.68%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=9.27%
G=72.68%
B=18.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19149370.8700.750.42128.3177.3832.94
Hex1395255704B2A804d21
Octal232254512701135220011541
Binary1001110010101100101101011101001011101010100000001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139525; }

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

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

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

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

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

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

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

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