Html Css Color HEX #137315 Forest Green

📋 copy color: '#137315'

red 19 ◦ green 115 ◦ blue 21

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

Shades of Forest Green #137315

Tints of Forest Green #137315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 74.19%

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

R = 12.26%
G = 74.19%
B = 13.55%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#137315 (or 0x137315) is known color: Forest Green. HEX triplet: 13, 73 and 15. RGB value is (19,115,21). Sum of RGB (Red+Green+Blue) = 19+115+21=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 115 (45.31% from 255 or 74.19% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 115 - color contains mainly: green. Hex color #137315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137315 is #EC8CEA. Grayscale: #4B4B4B. Windows color (decimal): -15502571 or 1405715. OLE color: 1405715.

HSL color Cylindrical-coordinate representation of color #137315: hue angle of 121.25º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137315 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 115 21 -
CMYK 0.83 0 0.82 0.55
HSL 121.25º 0.72% 0.26% -
HSV(B) 121.25º 0.83% 0.45% -
XYZ 6.53 12.45 2.77 -
YUV 75.58 97.2 87.64 -
System Red Green Blue C M Y K H S L
Decimal 19 115 21 0.83 0 0.82 0.55 121.25 0.72 0.26
Hex 13 73 15 53 0 52 37 79 48 1A
Octal 23 163 25 123 0 122 67 171 110 32
Binary 10011 1110011 10101 1010011 0 1010010 110111 1111001 1001000 11010

Color Harmonies of #137315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137315

Black with #137315

Text Example


Text Example

White with #137315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137315; }

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

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

background-color css

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

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

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

border-color css

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

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

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