Html Css Color HEX #139512 Forest Green

📋 copy color: '#139512'

red 19 ◦ green 149 ◦ blue 18

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

Shades of Forest Green #139512

Tints of Forest Green #139512

RGB

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

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

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

R = 10.22%
G = 80.11%
B = 9.68%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#139512 (or 0x139512) is known color: Forest Green. HEX triplet: 13, 95 and 12. RGB value is (19,149,18). Sum of RGB (Red+Green+Blue) = 19+149+18=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 149 (58.59% from 255 or 80.11% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 149 - color contains mainly: green. Hex color #139512 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139512 is #EC6AED. Grayscale: #5F5F5F. Windows color (decimal): -15493870 or 1217811. OLE color: 1217811.

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

Color convert

RGB 19 149 18 -
CMYK 0.87 0 0.88 0.42
HSL 119.54º 0.78% 0.33% -
HSV(B) 119.54º 0.88% 0.58% -
XYZ 11.13 21.68 4.17 -
YUV 95.2 84.43 73.65 -
System Red Green Blue C M Y K H S L
Decimal 19 149 18 0.87 0 0.88 0.42 119.54 0.78 0.33
Hex 13 95 12 57 0 58 2A 78 4E 21
Octal 23 225 22 127 0 130 52 170 116 41
Binary 10011 10010101 10010 1010111 0 1011000 101010 1111000 1001110 100001

Color Harmonies of #139512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139512

Black with #139512

Text Example


Text Example

White with #139512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139512; }

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

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

background-color css

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

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

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

border-color css

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

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

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