Html Css Color HEX #199314 Forest Green

📋 copy color: '#199314'

red 25 ◦ green 147 ◦ blue 20

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

Shades of Forest Green #199314

Tints of Forest Green #199314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 76.56%

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

R = 13.02%
G = 76.56%
B = 10.42%

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

#199314 (or 0x199314) is known color: Forest Green. HEX triplet: 19, 93 and 14. RGB value is (25,147,20). Sum of RGB (Red+Green+Blue) = 25+147+20=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 147 (57.81% from 255 or 76.56% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 147 - color contains mainly: green. Hex color #199314 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199314 is #E66CEB. Grayscale: #606060. Windows color (decimal): -15101164 or 1348377. OLE color: 1348377.

HSL color Cylindrical-coordinate representation of color #199314: hue angle of 117.64º 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 #199314 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 147 20 -
CMYK 0.83 0 0.86 0.42
HSL 117.64º 0.76% 0.33% -
HSV(B) 117.64º 0.86% 0.58% -
XYZ 10.96 21.12 4.16 -
YUV 96.04 85.08 77.33 -
System Red Green Blue C M Y K H S L
Decimal 25 147 20 0.83 0 0.86 0.42 117.64 0.76 0.33
Hex 19 93 14 53 0 56 2A 76 4C 21
Octal 31 223 24 123 0 126 52 166 114 41
Binary 11001 10010011 10100 1010011 0 1010110 101010 1110110 1001100 100001

Color Harmonies of #199314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199314

Black with #199314

Text Example


Text Example

White with #199314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199314; }

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

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

background-color css

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

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

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

border-color css

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

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

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