Html Css Color HEX #137F22 Forest Green

📋 copy color: '#137F22'

red 19 ◦ green 127 ◦ blue 34

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

Shades of Forest Green #137F22

Tints of Forest Green #137F22

RGB

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

 GREEN value IS 127 (50% from 255) = 70.56%

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

R = 10.56%
G = 70.56%
B = 18.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#137F22 (or 0x137F22) is known color: Forest Green. HEX triplet: 13, 7F and 22. RGB value is (19,127,34). Sum of RGB (Red+Green+Blue) = 19+127+34=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 127 (50% from 255 or 70.56% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 127 - color contains mainly: green. Hex color #137F22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137F22 is #EC80DD. Grayscale: #545454. Windows color (decimal): -15499486 or 2260755. OLE color: 2260755.

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

Color convert

RGB 19 127 34 -
CMYK 0.85 0 0.73 0.50
HSL 128.33º 0.74% 0.29% -
HSV(B) 128.33º 0.85% 0.5% -
XYZ 8.15 15.43 4.06 -
YUV 84.11 99.72 81.56 -
System Red Green Blue C M Y K H S L
Decimal 19 127 34 0.85 0 0.73 0.50 128.33 0.74 0.29
Hex 13 7F 22 55 0 49 32 80 4A 1D
Octal 23 177 42 125 0 111 62 200 112 35
Binary 10011 1111111 100010 1010101 0 1001001 110010 10000000 1001010 11101

Color Harmonies of #137F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F22

Black with #137F22

Text Example


Text Example

White with #137F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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