Html Css Color HEX #137A20 Forest Green

📋 copy color: '#137A20'

red 19 ◦ green 122 ◦ blue 32

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

Shades of Forest Green #137A20

Tints of Forest Green #137A20

RGB

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

 GREEN value IS 122 (48.05% from 255) = 70.52%

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

R = 10.98%
G = 70.52%
B = 18.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.52

RGB Variations

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

Color information

#137A20 (or 0x137A20) is known color: Forest Green. HEX triplet: 13, 7A and 20. RGB value is (19,122,32). Sum of RGB (Red+Green+Blue) = 19+122+32=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 122 (48.05% from 255 or 70.52% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 122 - color contains mainly: green. Hex color #137A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137A20 is #EC85DF. Grayscale: #515151. Windows color (decimal): -15500768 or 2128403. OLE color: 2128403.

HSL color Cylindrical-coordinate representation of color #137A20: hue angle of 127.57º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A20 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 122 32 -
CMYK 0.84 0 0.74 0.52
HSL 127.57º 0.73% 0.28% -
HSV(B) 127.57º 0.84% 0.48% -
XYZ 7.49 14.16 3.71 -
YUV 80.94 100.38 83.82 -
System Red Green Blue C M Y K H S L
Decimal 19 122 32 0.84 0 0.74 0.52 127.57 0.73 0.28
Hex 13 7A 20 54 0 4A 34 80 49 1C
Octal 23 172 40 124 0 112 64 200 111 34
Binary 10011 1111010 100000 1010100 0 1001010 110100 10000000 1001001 11100

Color Harmonies of #137A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137A20

Black with #137A20

Text Example


Text Example

White with #137A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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