Html Css Color HEX #137820 Forest Green

📋 copy color: '#137820'

red 19 ◦ green 120 ◦ blue 32

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

Shades of Forest Green #137820

Tints of Forest Green #137820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 70.18%

 BLUE value IS 32 (12.89% from 255) = 18.71%

R = 11.11%
G = 70.18%
B = 18.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#137820 (or 0x137820) is known color: Forest Green. HEX triplet: 13, 78 and 20. RGB value is (19,120,32). Sum of RGB (Red+Green+Blue) = 19+120+32=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 120 (47.27% from 255 or 70.18% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 120 - color contains mainly: green. Hex color #137820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137820 is #EC87DF. Grayscale: #505050. Windows color (decimal): -15501280 or 2127891. OLE color: 2127891.

HSL color Cylindrical-coordinate representation of color #137820: hue angle of 127.72º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137820 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 120 32 -
CMYK 0.84 0 0.73 0.53
HSL 127.72º 0.73% 0.27% -
HSV(B) 127.72º 0.84% 0.47% -
XYZ 7.25 13.68 3.62 -
YUV 79.77 101.04 84.66 -
System Red Green Blue C M Y K H S L
Decimal 19 120 32 0.84 0 0.73 0.53 127.72 0.73 0.27
Hex 13 78 20 54 0 49 35 80 49 1B
Octal 23 170 40 124 0 111 65 200 111 33
Binary 10011 1111000 100000 1010100 0 1001001 110101 10000000 1001001 11011

Color Harmonies of #137820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137820

Black with #137820

Text Example


Text Example

White with #137820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137820; }

 p { color: rgb(19,120,32); }

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

background-color css

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

 a { background-color: rgb(19,120,32); }

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

border-color css

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

 span { border-color: rgb(19,120,32); }

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