Html Css Color HEX #137C14 Forest Green

📋 copy color: '#137C14'

red 19 ◦ green 124 ◦ blue 20

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

Shades of Forest Green #137C14

Tints of Forest Green #137C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.27%

R = 11.66%
G = 76.07%
B = 12.27%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#137C14 (or 0x137C14) is known color: Forest Green. HEX triplet: 13, 7C and 14. RGB value is (19,124,20). Sum of RGB (Red+Green+Blue) = 19+124+20=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 124 (48.83% from 255 or 76.07% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 124 - color contains mainly: green. Hex color #137C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137C14 is #EC83EB. Grayscale: #515151. Windows color (decimal): -15500268 or 1342483. OLE color: 1342483.

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

Color convert

RGB 19 124 20 -
CMYK 0.85 0 0.84 0.51
HSL 120.57º 0.73% 0.28% -
HSV(B) 120.57º 0.85% 0.49% -
XYZ 7.6 14.6 3.08 -
YUV 80.75 93.71 83.96 -
System Red Green Blue C M Y K H S L
Decimal 19 124 20 0.85 0 0.84 0.51 120.57 0.73 0.28
Hex 13 7C 14 55 0 54 33 79 49 1C
Octal 23 174 24 125 0 124 63 171 111 34
Binary 10011 1111100 10100 1010101 0 1010100 110011 1111001 1001001 11100

Color Harmonies of #137C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C14

Black with #137C14

Text Example


Text Example

White with #137C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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