Html Css Color HEX #137C26 Forest Green

📋 copy color: '#137C26'

red 19 ◦ green 124 ◦ blue 38

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

Shades of Forest Green #137C26

Tints of Forest Green #137C26

RGB

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

 GREEN value IS 124 (48.83% from 255) = 68.51%

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

R = 10.5%
G = 68.51%
B = 20.99%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#137C26 (or 0x137C26) is known color: Forest Green. HEX triplet: 13, 7C and 26. RGB value is (19,124,38). Sum of RGB (Red+Green+Blue) = 19+124+38=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 124 (48.83% from 255 or 68.51% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 124 - color contains mainly: green. Hex color #137C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137C26 is #EC83D9. Grayscale: #535353. Windows color (decimal): -15500250 or 2522131. OLE color: 2522131.

HSL color Cylindrical-coordinate representation of color #137C26: hue angle of 130.86º degrees, saturation: 0.73, 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 #137C26 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 124 38 -
CMYK 0.85 0 0.69 0.51
HSL 130.86º 0.73% 0.28% -
HSV(B) 130.86º 0.85% 0.49% -
XYZ 7.83 14.69 4.26 -
YUV 82.8 102.71 82.49 -
System Red Green Blue C M Y K H S L
Decimal 19 124 38 0.85 0 0.69 0.51 130.86 0.73 0.28
Hex 13 7C 26 55 0 45 33 83 49 1C
Octal 23 174 46 125 0 105 63 203 111 34
Binary 10011 1111100 100110 1010101 0 1000101 110011 10000011 1001001 11100

Color Harmonies of #137C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C26

Black with #137C26

Text Example


Text Example

White with #137C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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