Html Css Color HEX #137919 Forest Green

📋 copy color: '#137919'

red 19 ◦ green 121 ◦ blue 25

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

Shades of Forest Green #137919

Tints of Forest Green #137919

RGB

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

 GREEN value IS 121 (47.66% from 255) = 73.33%

 BLUE value IS 25 (10.16% from 255) = 15.15%

R = 11.52%
G = 73.33%
B = 15.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#137919 (or 0x137919) is known color: Forest Green. HEX triplet: 13, 79 and 19. RGB value is (19,121,25). Sum of RGB (Red+Green+Blue) = 19+121+25=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 121 (47.66% from 255 or 73.33% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 121 - color contains mainly: green. Hex color #137919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137919 is #EC86E6. Grayscale: #4F4F4F. Windows color (decimal): -15501031 or 1669395. OLE color: 1669395.

HSL color Cylindrical-coordinate representation of color #137919: hue angle of 123.53º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137919 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 121 25 -
CMYK 0.84 0 0.79 0.53
HSL 123.53º 0.73% 0.27% -
HSV(B) 123.53º 0.84% 0.47% -
XYZ 7.28 13.88 3.22 -
YUV 79.56 97.21 84.81 -
System Red Green Blue C M Y K H S L
Decimal 19 121 25 0.84 0 0.79 0.53 123.53 0.73 0.27
Hex 13 79 19 54 0 4F 35 7C 49 1B
Octal 23 171 31 124 0 117 65 174 111 33
Binary 10011 1111001 11001 1010100 0 1001111 110101 1111100 1001001 11011

Color Harmonies of #137919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137919

Black with #137919

Text Example


Text Example

White with #137919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137919; }

 p { color: rgb(19,121,25); }

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

background-color css

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

 a { background-color: rgb(19,121,25); }

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

border-color css

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

 span { border-color: rgb(19,121,25); }

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