Html Css Color HEX #139411 Forest Green

📋 copy color: '#139411'

red 19 ◦ green 148 ◦ blue 17

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

Shades of Forest Green #139411

Tints of Forest Green #139411

RGB

 RED value IS 19 (7.81% from 255) = 10.33%

 GREEN value IS 148 (58.2% from 255) = 80.43%

 BLUE value IS 17 (7.03% from 255) = 9.24%

R = 10.33%
G = 80.43%
B = 9.24%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#139411 (or 0x139411) is known color: Forest Green. HEX triplet: 13, 94 and 11. RGB value is (19,148,17). Sum of RGB (Red+Green+Blue) = 19+148+17=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 148 (58.20% from 255 or 80.43% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 148 - color contains mainly: green. Hex color #139411 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139411 is #EC6BEE. Grayscale: #5E5E5E. Windows color (decimal): -15494127 or 1152019. OLE color: 1152019.

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

Color convert

RGB 19 148 17 -
CMYK 0.87 0 0.89 0.42
HSL 119.08º 0.79% 0.32% -
HSV(B) 119.08º 0.89% 0.58% -
XYZ 10.96 21.36 4.08 -
YUV 94.5 84.26 74.15 -
System Red Green Blue C M Y K H S L
Decimal 19 148 17 0.87 0 0.89 0.42 119.08 0.79 0.32
Hex 13 94 11 57 0 59 2A 77 4F 20
Octal 23 224 21 127 0 131 52 167 117 40
Binary 10011 10010100 10001 1010111 0 1011001 101010 1110111 1001111 100000

Color Harmonies of #139411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139411

Black with #139411

Text Example


Text Example

White with #139411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139411; }

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

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

background-color css

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

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

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

border-color css

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

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

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