Html Css Color HEX #119513 Forest Green

📋 copy color: '#119513'

red 17 ◦ green 149 ◦ blue 19

#119513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #119513

Tints of Forest Green #119513

RGB

 RED value IS 17 (7.03% from 255) = 9.19%

 GREEN value IS 149 (58.59% from 255) = 80.54%

 BLUE value IS 19 (7.81% from 255) = 10.27%

R = 9.19%
G = 80.54%
B = 10.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#119513 (or 0x119513) is known color: Forest Green. HEX triplet: 11, 95 and 13. RGB value is (17,149,19). Sum of RGB (Red+Green+Blue) = 17+149+19=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 149 (58.59% from 255 or 80.54% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 149 - color contains mainly: green. Hex color #119513 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119513 is #EE6AEC. Grayscale: #5F5F5F. Windows color (decimal): -15624941 or 1283345. OLE color: 1283345.

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

Color convert

RGB 17 149 19 -
CMYK 0.89 0 0.87 0.42
HSL 120.91º 0.8% 0.33% -
HSV(B) 120.91º 0.89% 0.58% -
XYZ 11.1 21.66 4.21 -
YUV 94.71 85.27 72.57 -
System Red Green Blue C M Y K H S L
Decimal 17 149 19 0.89 0 0.87 0.42 120.91 0.8 0.33
Hex 11 95 13 59 0 57 2A 79 50 21
Octal 21 225 23 131 0 127 52 171 120 41
Binary 10001 10010101 10011 1011001 0 1010111 101010 1111001 1010000 100001

Color Harmonies of #119513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119513

Black with #119513

Text Example


Text Example

White with #119513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119513; }

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

 H1.HeaderClassName
 {
   color: #119513;
 }
 .AnyTagClassName
 {
   color: #119513;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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