Html Css Color HEX #199414 Forest Green

📋 copy color: '#199414'

red 25 ◦ green 148 ◦ blue 20

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

Shades of Forest Green #199414

Tints of Forest Green #199414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 76.68%

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

R = 12.95%
G = 76.68%
B = 10.36%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#199414 (or 0x199414) is known color: Forest Green. HEX triplet: 19, 94 and 14. RGB value is (25,148,20). Sum of RGB (Red+Green+Blue) = 25+148+20=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 148 (58.20% from 255 or 76.68% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 148 - color contains mainly: green. Hex color #199414 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199414 is #E66BEB. Grayscale: #616161. Windows color (decimal): -15100908 or 1348633. OLE color: 1348633.

HSL color Cylindrical-coordinate representation of color #199414: hue angle of 117.66º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #199414 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 148 20 -
CMYK 0.83 0 0.86 0.42
HSL 117.66º 0.76% 0.33% -
HSV(B) 117.66º 0.86% 0.58% -
XYZ 11.12 21.44 4.21 -
YUV 96.63 84.75 76.91 -
System Red Green Blue C M Y K H S L
Decimal 25 148 20 0.83 0 0.86 0.42 117.66 0.76 0.33
Hex 19 94 14 53 0 56 2A 76 4C 21
Octal 31 224 24 123 0 126 52 166 114 41
Binary 11001 10010100 10100 1010011 0 1010110 101010 1110110 1001100 100001

Color Harmonies of #199414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199414

Black with #199414

Text Example


Text Example

White with #199414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199414; }

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

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

background-color css

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

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

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

border-color css

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

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

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