Html Css Color HEX #139315 Forest Green

📋 copy color: '#139315'

red 19 ◦ green 147 ◦ blue 21

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

Shades of Forest Green #139315

Tints of Forest Green #139315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.23%

R = 10.16%
G = 78.61%
B = 11.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#139315 (or 0x139315) is known color: Forest Green. HEX triplet: 13, 93 and 15. RGB value is (19,147,21). Sum of RGB (Red+Green+Blue) = 19+147+21=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 147 (57.81% from 255 or 78.61% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 147 - color contains mainly: green. Hex color #139315 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139315 is #EC6CEA. Grayscale: #5E5E5E. Windows color (decimal): -15494379 or 1413907. OLE color: 1413907.

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

Color convert

RGB 19 147 21 -
CMYK 0.87 0 0.86 0.42
HSL 120.94º 0.77% 0.33% -
HSV(B) 120.94º 0.87% 0.58% -
XYZ 10.84 21.06 4.2 -
YUV 94.36 86.59 74.25 -
System Red Green Blue C M Y K H S L
Decimal 19 147 21 0.87 0 0.86 0.42 120.94 0.77 0.33
Hex 13 93 15 57 0 56 2A 79 4D 21
Octal 23 223 25 127 0 126 52 171 115 41
Binary 10011 10010011 10101 1010111 0 1010110 101010 1111001 1001101 100001

Color Harmonies of #139315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139315

Black with #139315

Text Example


Text Example

White with #139315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139315; }

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

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

background-color css

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

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

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

border-color css

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

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

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