Html Css Color HEX #139312 Forest Green

📋 copy color: '#139312'

red 19 ◦ green 147 ◦ blue 18

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

Shades of Forest Green #139312

Tints of Forest Green #139312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 79.89%

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

R = 10.33%
G = 79.89%
B = 9.78%

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

#139312 (or 0x139312) is known color: Forest Green. HEX triplet: 13, 93 and 12. RGB value is (19,147,18). Sum of RGB (Red+Green+Blue) = 19+147+18=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 147 (57.81% from 255 or 79.89% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 147 - color contains mainly: green. Hex color #139312 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139312 is #EC6CED. Grayscale: #5E5E5E. Windows color (decimal): -15494382 or 1217299. OLE color: 1217299.

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

Color convert

RGB 19 147 18 -
CMYK 0.87 0 0.88 0.42
HSL 119.53º 0.78% 0.32% -
HSV(B) 119.53º 0.88% 0.58% -
XYZ 10.81 21.05 4.07 -
YUV 94.02 85.09 74.49 -
System Red Green Blue C M Y K H S L
Decimal 19 147 18 0.87 0 0.88 0.42 119.53 0.78 0.32
Hex 13 93 12 57 0 58 2A 78 4E 20
Octal 23 223 22 127 0 130 52 170 116 40
Binary 10011 10010011 10010 1010111 0 1011000 101010 1111000 1001110 100000

Color Harmonies of #139312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139312

Black with #139312

Text Example


Text Example

White with #139312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139312; }

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

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

background-color css

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

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

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

border-color css

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

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

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