Html Css Color HEX #137B1A Forest Green

📋 copy color: '#137B1A'

red 19 ◦ green 123 ◦ blue 26

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

Shades of Forest Green #137B1A

Tints of Forest Green #137B1A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 73.21%

 BLUE value IS 26 (10.55% from 255) = 15.48%

R = 11.31%
G = 73.21%
B = 15.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.52

RGB Variations

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

Color information

#137B1A (or 0x137B1A) is known color: Forest Green. HEX triplet: 13, 7B and 1A. RGB value is (19,123,26). Sum of RGB (Red+Green+Blue) = 19+123+26=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 123 (48.44% from 255 or 73.21% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 123 - color contains mainly: green. Hex color #137B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B1A is #EC84E5. Grayscale: #515151. Windows color (decimal): -15500518 or 1735443. OLE color: 1735443.

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

Color convert

RGB 19 123 26 -
CMYK 0.85 0 0.79 0.52
HSL 124.04º 0.73% 0.28% -
HSV(B) 124.04º 0.85% 0.48% -
XYZ 7.54 14.38 3.36 -
YUV 80.85 97.04 83.89 -
System Red Green Blue C M Y K H S L
Decimal 19 123 26 0.85 0 0.79 0.52 124.04 0.73 0.28
Hex 13 7B 1A 55 0 4F 34 7C 49 1C
Octal 23 173 32 125 0 117 64 174 111 34
Binary 10011 1111011 11010 1010101 0 1001111 110100 1111100 1001001 11100

Color Harmonies of #137B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B1A

Black with #137B1A

Text Example


Text Example

White with #137B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,123,26); }

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

background-color css

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

 a { background-color: rgb(19,123,26); }

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

border-color css

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

 span { border-color: rgb(19,123,26); }

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