Html Css Color HEX #137D22 Forest Green

📋 copy color: '#137D22'

red 19 ◦ green 125 ◦ blue 34

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

Shades of Forest Green #137D22

Tints of Forest Green #137D22

RGB

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

 GREEN value IS 125 (49.22% from 255) = 70.22%

 BLUE value IS 34 (13.67% from 255) = 19.1%

R = 10.67%
G = 70.22%
B = 19.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#137D22 (or 0x137D22) is known color: Forest Green. HEX triplet: 13, 7D and 22. RGB value is (19,125,34). Sum of RGB (Red+Green+Blue) = 19+125+34=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 125 (49.22% from 255 or 70.22% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 125 - color contains mainly: green. Hex color #137D22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137D22 is #EC82DD. Grayscale: #535353. Windows color (decimal): -15499998 or 2260243. OLE color: 2260243.

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

Color convert

RGB 19 125 34 -
CMYK 0.85 0 0.73 0.51
HSL 128.49º 0.74% 0.28% -
HSV(B) 128.49º 0.85% 0.49% -
XYZ 7.89 14.92 3.98 -
YUV 82.93 100.38 82.4 -
System Red Green Blue C M Y K H S L
Decimal 19 125 34 0.85 0 0.73 0.51 128.49 0.74 0.28
Hex 13 7D 22 55 0 49 33 80 4A 1C
Octal 23 175 42 125 0 111 63 200 112 34
Binary 10011 1111101 100010 1010101 0 1001001 110011 10000000 1001010 11100

Color Harmonies of #137D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D22

Black with #137D22

Text Example


Text Example

White with #137D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,125,34); }

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

background-color css

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

 a { background-color: rgb(19,125,34); }

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

border-color css

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

 span { border-color: rgb(19,125,34); }

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