Html Css Color HEX #197013 Forest Green

📋 copy color: '#197013'

red 25 ◦ green 112 ◦ blue 19

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

Shades of Forest Green #197013

Tints of Forest Green #197013

RGB

 RED value IS 25 (10.16% from 255) = 16.03%

 GREEN value IS 112 (44.14% from 255) = 71.79%

 BLUE value IS 19 (7.81% from 255) = 12.18%

R = 16.03%
G = 71.79%
B = 12.18%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#197013 (or 0x197013) is known color: Forest Green. HEX triplet: 19, 70 and 13. RGB value is (25,112,19). Sum of RGB (Red+Green+Blue) = 25+112+19=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #197013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197013 is #E68FEC. Grayscale: #4B4B4B. Windows color (decimal): -15110125 or 1273881. OLE color: 1273881.

HSL color Cylindrical-coordinate representation of color #197013: hue angle of 116.13º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197013 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 112 19 -
CMYK 0.78 0 0.83 0.56
HSL 116.13º 0.71% 0.26% -
HSV(B) 116.13º 0.83% 0.44% -
XYZ 6.31 11.84 2.57 -
YUV 75.39 96.18 92.06 -
System Red Green Blue C M Y K H S L
Decimal 25 112 19 0.78 0 0.83 0.56 116.13 0.71 0.26
Hex 19 70 13 4E 0 53 38 74 47 1A
Octal 31 160 23 116 0 123 70 164 107 32
Binary 11001 1110000 10011 1001110 0 1010011 111000 1110100 1000111 11010

Color Harmonies of #197013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197013

Black with #197013

Text Example


Text Example

White with #197013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197013; }

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

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

background-color css

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

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

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

border-color css

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

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

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