Html Css Color HEX #139010 Forest Green

📋 copy color: '#139010'

red 19 ◦ green 144 ◦ blue 16

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

Shades of Forest Green #139010

Tints of Forest Green #139010

RGB

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

 GREEN value IS 144 (56.64% from 255) = 80.45%

 BLUE value IS 16 (6.64% from 255) = 8.94%

R = 10.61%
G = 80.45%
B = 8.94%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#139010 (or 0x139010) is known color: Forest Green. HEX triplet: 13, 90 and 10. RGB value is (19,144,16). Sum of RGB (Red+Green+Blue) = 19+144+16=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 144 (56.64% from 255 or 80.45% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 144 - color contains mainly: green. Hex color #139010 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139010 is #EC6FEF. Grayscale: #5C5C5C. Windows color (decimal): -15495152 or 1085459. OLE color: 1085459.

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

Color convert

RGB 19 144 16 -
CMYK 0.87 0 0.89 0.44
HSL 118.59º 0.8% 0.31% -
HSV(B) 118.59º 0.89% 0.56% -
XYZ 10.34 20.12 3.83 -
YUV 92.03 85.09 75.91 -
System Red Green Blue C M Y K H S L
Decimal 19 144 16 0.87 0 0.89 0.44 118.59 0.8 0.31
Hex 13 90 10 57 0 59 2C 77 50 1F
Octal 23 220 20 127 0 131 54 167 120 37
Binary 10011 10010000 10000 1010111 0 1011001 101100 1110111 1010000 11111

Color Harmonies of #139010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139010

Black with #139010

Text Example


Text Example

White with #139010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139010; }

 p { color: rgb(19,144,16); }

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

background-color css

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

 a { background-color: rgb(19,144,16); }

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

border-color css

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

 span { border-color: rgb(19,144,16); }

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