Html Css Color HEX #137B1E Forest Green

📋 copy color: '#137B1E'

red 19 ◦ green 123 ◦ blue 30

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

Shades of Forest Green #137B1E

Tints of Forest Green #137B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.44%

R = 11.05%
G = 71.51%
B = 17.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#137B1E (or 0x137B1E) is known color: Forest Green. HEX triplet: 13, 7B and 1E. RGB value is (19,123,30). Sum of RGB (Red+Green+Blue) = 19+123+30=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 123 (48.44% from 255 or 71.51% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 123 - color contains mainly: green. Hex color #137B1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B1E is #EC84E1. Grayscale: #515151. Windows color (decimal): -15500514 or 1997587. OLE color: 1997587.

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

Color convert

RGB 19 123 30 -
CMYK 0.85 0 0.76 0.52
HSL 126.35º 0.73% 0.28% -
HSV(B) 126.35º 0.85% 0.48% -
XYZ 7.59 14.4 3.61 -
YUV 81.3 99.04 83.56 -
System Red Green Blue C M Y K H S L
Decimal 19 123 30 0.85 0 0.76 0.52 126.35 0.73 0.28
Hex 13 7B 1E 55 0 4C 34 7E 49 1C
Octal 23 173 36 125 0 114 64 176 111 34
Binary 10011 1111011 11110 1010101 0 1001100 110100 1111110 1001001 11100

Color Harmonies of #137B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B1E

Black with #137B1E

Text Example


Text Example

White with #137B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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