Html Css Color HEX #137F26 Forest Green

📋 copy color: '#137F26'

red 19 ◦ green 127 ◦ blue 38

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

Shades of Forest Green #137F26

Tints of Forest Green #137F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.65%

R = 10.33%
G = 69.02%
B = 20.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#137F26 (or 0x137F26) is known color: Forest Green. HEX triplet: 13, 7F and 26. RGB value is (19,127,38). Sum of RGB (Red+Green+Blue) = 19+127+38=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 127 (50% from 255 or 69.02% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 127 - color contains mainly: green. Hex color #137F26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137F26 is #EC80D9. Grayscale: #545454. Windows color (decimal): -15499482 or 2522899. OLE color: 2522899.

HSL color Cylindrical-coordinate representation of color #137F26: hue angle of 130.56º 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 #137F26 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 127 38 -
CMYK 0.85 0 0.70 0.50
HSL 130.56º 0.74% 0.29% -
HSV(B) 130.56º 0.85% 0.5% -
XYZ 8.21 15.46 4.38 -
YUV 84.56 101.72 81.24 -
System Red Green Blue C M Y K H S L
Decimal 19 127 38 0.85 0 0.70 0.50 130.56 0.74 0.29
Hex 13 7F 26 55 0 46 32 83 4A 1D
Octal 23 177 46 125 0 106 62 203 112 35
Binary 10011 1111111 100110 1010101 0 1000110 110010 10000011 1001010 11101

Color Harmonies of #137F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F26

Black with #137F26

Text Example


Text Example

White with #137F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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