Html Css Color HEX #137F1D Forest Green

📋 copy color: '#137F1D'

red 19 ◦ green 127 ◦ blue 29

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

Shades of Forest Green #137F1D

Tints of Forest Green #137F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.57%

R = 10.86%
G = 72.57%
B = 16.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#137F1D (or 0x137F1D) is known color: Forest Green. HEX triplet: 13, 7F and 1D. RGB value is (19,127,29). Sum of RGB (Red+Green+Blue) = 19+127+29=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 127 (50% from 255 or 72.57% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 127 - color contains mainly: green. Hex color #137F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137F1D is #EC80E2. Grayscale: #535353. Windows color (decimal): -15499491 or 1933075. OLE color: 1933075.

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

Color convert

RGB 19 127 29 -
CMYK 0.85 0 0.77 0.50
HSL 125.56º 0.74% 0.29% -
HSV(B) 125.56º 0.85% 0.5% -
XYZ 8.08 15.41 3.71 -
YUV 83.54 97.22 81.97 -
System Red Green Blue C M Y K H S L
Decimal 19 127 29 0.85 0 0.77 0.50 125.56 0.74 0.29
Hex 13 7F 1D 55 0 4D 32 7E 4A 1D
Octal 23 177 35 125 0 115 62 176 112 35
Binary 10011 1111111 11101 1010101 0 1001101 110010 1111110 1001010 11101

Color Harmonies of #137F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F1D

Black with #137F1D

Text Example


Text Example

White with #137F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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