Html Css Color HEX #137018 Forest Green

📋 copy color: '#137018'

red 19 ◦ green 112 ◦ blue 24

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

Shades of Forest Green #137018

Tints of Forest Green #137018

RGB

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

 GREEN value IS 112 (44.14% from 255) = 72.26%

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

R = 12.26%
G = 72.26%
B = 15.48%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#137018 (or 0x137018) is known color: Forest Green. HEX triplet: 13, 70 and 18. RGB value is (19,112,24). Sum of RGB (Red+Green+Blue) = 19+112+24=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 112 (44.14% from 255 or 72.26% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 112 - color contains mainly: green. Hex color #137018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137018 is #EC8FE7. Grayscale: #4A4A4A. Windows color (decimal): -15503336 or 1601555. OLE color: 1601555.

HSL color Cylindrical-coordinate representation of color #137018: hue angle of 123.23º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137018 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 24 -
CMYK 0.83 0 0.79 0.56
HSL 123.23º 0.71% 0.26% -
HSV(B) 123.23º 0.83% 0.44% -
XYZ 6.23 11.79 2.81 -
YUV 74.16 99.69 88.66 -
System Red Green Blue C M Y K H S L
Decimal 19 112 24 0.83 0 0.79 0.56 123.23 0.71 0.26
Hex 13 70 18 53 0 4F 38 7B 47 1A
Octal 23 160 30 123 0 117 70 173 107 32
Binary 10011 1110000 11000 1010011 0 1001111 111000 1111011 1000111 11010

Color Harmonies of #137018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137018

Black with #137018

Text Example


Text Example

White with #137018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137018; }

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

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

background-color css

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

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

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

border-color css

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

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

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