Html Css Color HEX #197114 Forest Green

📋 copy color: '#197114'

red 25 ◦ green 113 ◦ blue 20

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

Shades of Forest Green #197114

Tints of Forest Green #197114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 71.52%

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

R = 15.82%
G = 71.52%
B = 12.66%

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

#197114 (or 0x197114) is known color: Forest Green. HEX triplet: 19, 71 and 14. RGB value is (25,113,20). Sum of RGB (Red+Green+Blue) = 25+113+20=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 113 (44.53% from 255 or 71.52% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 113 - color contains mainly: green. Hex color #197114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197114 is #E68EEB. Grayscale: #4C4C4C. Windows color (decimal): -15109868 or 1339673. OLE color: 1339673.

HSL color Cylindrical-coordinate representation of color #197114: hue angle of 116.77º 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 #197114 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 113 20 -
CMYK 0.78 0 0.82 0.56
HSL 116.77º 0.7% 0.26% -
HSV(B) 116.77º 0.82% 0.44% -
XYZ 6.43 12.07 2.65 -
YUV 76.09 96.35 91.56 -
System Red Green Blue C M Y K H S L
Decimal 25 113 20 0.78 0 0.82 0.56 116.77 0.7 0.26
Hex 19 71 14 4E 0 52 38 75 46 1A
Octal 31 161 24 116 0 122 70 165 106 32
Binary 11001 1110001 10100 1001110 0 1010010 111000 1110101 1000110 11010

Color Harmonies of #197114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197114

Black with #197114

Text Example


Text Example

White with #197114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197114; }

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

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

background-color css

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

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

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

border-color css

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

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

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