Html Css Color HEX #139012 Forest Green

📋 copy color: '#139012'

red 19 ◦ green 144 ◦ blue 18

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

Shades of Forest Green #139012

Tints of Forest Green #139012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.94%

R = 10.5%
G = 79.56%
B = 9.94%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#139012 (or 0x139012) is known color: Forest Green. HEX triplet: 13, 90 and 12. RGB value is (19,144,18). Sum of RGB (Red+Green+Blue) = 19+144+18=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 144 (56.64% from 255 or 79.56% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 144 - color contains mainly: green. Hex color #139012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139012 is #EC6FED. Grayscale: #5C5C5C. Windows color (decimal): -15495150 or 1216531. OLE color: 1216531.

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

Color convert

RGB 19 144 18 -
CMYK 0.87 0 0.88 0.44
HSL 119.52º 0.78% 0.32% -
HSV(B) 119.52º 0.88% 0.56% -
XYZ 10.35 20.13 3.91 -
YUV 92.26 86.09 75.75 -
System Red Green Blue C M Y K H S L
Decimal 19 144 18 0.87 0 0.88 0.44 119.52 0.78 0.32
Hex 13 90 12 57 0 58 2C 78 4E 20
Octal 23 220 22 127 0 130 54 170 116 40
Binary 10011 10010000 10010 1010111 0 1011000 101100 1111000 1001110 100000

Color Harmonies of #139012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139012

Black with #139012

Text Example


Text Example

White with #139012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139012; }

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

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

background-color css

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

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

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

border-color css

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

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

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