#139915

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

Shades of Forest Green #139915

Tints of Forest Green #139915

Color information

#139915 (or 0x139915) is unknown color: approx Forest Green. HEX triplet: 13, 99 and 15. RGB value is (19,153,21). Sum of RGB (Red+Green+Blue) = 19+153+21=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 153 (60.16% from 255 or 79.27% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 153 - color contains mainly: green. Hex color #139915 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139915 is #EC66EA. Grayscale: #626262. Windows color (decimal): -15492843 or 1415443. OLE color: 1415443.

HSL color Cylindrical-coordinate representation of color #139915: hue angle of 120.9º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139915 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB1915321-
CMYK0.8800.860.4
HSL120.9º77.91%33.73%-
HSV(B)120.9º87.58%60%-
XYZ11.822.984.52-
YUV97.8984.6171.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 153 (60.16% from 255) = 79.27%
BLUE value IS 21 (8.59% from 255) = 10.88%
R=9.84%
G=79.27%
B=10.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal19153210.8800.860.4120.977.9133.73
Hex1399155805628794e22
Octal232312513001265017111642
Binary10011100110011010110110000101011010100011110011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139915; }

 p { color: rgb(19,153,21); }

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

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

 a { background-color: rgb(19,153,21); }

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

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

 span { border-color: rgb(19,153,21); }

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