Html Css Color HEX #137A1E Forest Green

📋 copy color: '#137A1E'

red 19 ◦ green 122 ◦ blue 30

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

Shades of Forest Green #137A1E

Tints of Forest Green #137A1E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 71.35%

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

R = 11.11%
G = 71.35%
B = 17.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#137A1E (or 0x137A1E) is known color: Forest Green. HEX triplet: 13, 7A and 1E. RGB value is (19,122,30). Sum of RGB (Red+Green+Blue) = 19+122+30=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 122 (48.05% from 255 or 71.35% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 122 - color contains mainly: green. Hex color #137A1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137A1E is #EC85E1. Grayscale: #505050. Windows color (decimal): -15500770 or 1997331. OLE color: 1997331.

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

Color convert

RGB 19 122 30 -
CMYK 0.84 0 0.75 0.52
HSL 126.41º 0.73% 0.28% -
HSV(B) 126.41º 0.84% 0.48% -
XYZ 7.46 14.15 3.57 -
YUV 80.72 99.38 83.98 -
System Red Green Blue C M Y K H S L
Decimal 19 122 30 0.84 0 0.75 0.52 126.41 0.73 0.28
Hex 13 7A 1E 54 0 4B 34 7E 49 1C
Octal 23 172 36 124 0 113 64 176 111 34
Binary 10011 1111010 11110 1010100 0 1001011 110100 1111110 1001001 11100

Color Harmonies of #137A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137A1E

Black with #137A1E

Text Example


Text Example

White with #137A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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