Html Css Color HEX #197014 Forest Green

📋 copy color: '#197014'

red 25 ◦ green 112 ◦ blue 20

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

Shades of Forest Green #197014

Tints of Forest Green #197014

RGB

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

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

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

R = 15.92%
G = 71.34%
B = 12.74%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#197014 (or 0x197014) is known color: Forest Green. HEX triplet: 19, 70 and 14. RGB value is (25,112,20). Sum of RGB (Red+Green+Blue) = 25+112+20=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #197014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197014 is #E68FEB. Grayscale: #4B4B4B. Windows color (decimal): -15110124 or 1339417. OLE color: 1339417.

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

Color convert

RGB 25 112 20 -
CMYK 0.78 0 0.82 0.56
HSL 116.74º 0.7% 0.26% -
HSV(B) 116.74º 0.82% 0.44% -
XYZ 6.32 11.85 2.62 -
YUV 75.5 96.68 91.98 -
System Red Green Blue C M Y K H S L
Decimal 25 112 20 0.78 0 0.82 0.56 116.74 0.7 0.26
Hex 19 70 14 4E 0 52 38 75 46 1A
Octal 31 160 24 116 0 122 70 165 106 32
Binary 11001 1110000 10100 1001110 0 1010010 111000 1110101 1000110 11010

Color Harmonies of #197014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197014

Black with #197014

Text Example


Text Example

White with #197014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197014; }

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

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

background-color css

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

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

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

border-color css

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

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

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