Html Css Color HEX #137318 Forest Green

📋 copy color: '#137318'

red 19 ◦ green 115 ◦ blue 24

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

Shades of Forest Green #137318

Tints of Forest Green #137318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.19%

R = 12.03%
G = 72.78%
B = 15.19%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#137318 (or 0x137318) is known color: Forest Green. HEX triplet: 13, 73 and 18. RGB value is (19,115,24). Sum of RGB (Red+Green+Blue) = 19+115+24=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 115 (45.31% from 255 or 72.78% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 115 - color contains mainly: green. Hex color #137318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137318 is #EC8CE7. Grayscale: #4C4C4C. Windows color (decimal): -15502568 or 1602323. OLE color: 1602323.

HSL color Cylindrical-coordinate representation of color #137318: hue angle of 123.12º 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 #137318 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 115 24 -
CMYK 0.83 0 0.79 0.55
HSL 123.13º 0.72% 0.26% -
HSV(B) 123.13º 0.83% 0.45% -
XYZ 6.56 12.47 2.92 -
YUV 75.92 98.7 87.4 -
System Red Green Blue C M Y K H S L
Decimal 19 115 24 0.83 0 0.79 0.55 123.13 0.72 0.26
Hex 13 73 18 53 0 4F 37 7B 48 1A
Octal 23 163 30 123 0 117 67 173 110 32
Binary 10011 1110011 11000 1010011 0 1001111 110111 1111011 1001000 11010

Color Harmonies of #137318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137318

Black with #137318

Text Example


Text Example

White with #137318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137318; }

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

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

background-color css

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

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

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

border-color css

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

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

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