Html Css Color HEX #137920 Forest Green

📋 copy color: '#137920'

red 19 ◦ green 121 ◦ blue 32

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

Shades of Forest Green #137920

Tints of Forest Green #137920

RGB

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

 GREEN value IS 121 (47.66% from 255) = 70.35%

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

R = 11.05%
G = 70.35%
B = 18.6%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#137920 (or 0x137920) is known color: Forest Green. HEX triplet: 13, 79 and 20. RGB value is (19,121,32). Sum of RGB (Red+Green+Blue) = 19+121+32=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 121 (47.66% from 255 or 70.35% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 121 - color contains mainly: green. Hex color #137920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137920 is #EC86DF. Grayscale: #505050. Windows color (decimal): -15501024 or 2128147. OLE color: 2128147.

HSL color Cylindrical-coordinate representation of color #137920: hue angle of 127.65º 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 #137920 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 121 32 -
CMYK 0.84 0 0.74 0.53
HSL 127.65º 0.73% 0.27% -
HSV(B) 127.65º 0.84% 0.47% -
XYZ 7.37 13.92 3.66 -
YUV 80.36 100.71 84.24 -
System Red Green Blue C M Y K H S L
Decimal 19 121 32 0.84 0 0.74 0.53 127.65 0.73 0.27
Hex 13 79 20 54 0 4A 35 80 49 1B
Octal 23 171 40 124 0 112 65 200 111 33
Binary 10011 1111001 100000 1010100 0 1001010 110101 10000000 1001001 11011

Color Harmonies of #137920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137920

Black with #137920

Text Example


Text Example

White with #137920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137920; }

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

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

background-color css

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

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

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

border-color css

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

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

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