Html Css Color HEX #199214 Forest Green

📋 copy color: '#199214'

red 25 ◦ green 146 ◦ blue 20

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

Shades of Forest Green #199214

Tints of Forest Green #199214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 76.44%

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

R = 13.09%
G = 76.44%
B = 10.47%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#199214 (or 0x199214) is known color: Forest Green. HEX triplet: 19, 92 and 14. RGB value is (25,146,20). Sum of RGB (Red+Green+Blue) = 25+146+20=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 146 (57.42% from 255 or 76.44% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 146 - color contains mainly: green. Hex color #199214 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199214 is #E66DEB. Grayscale: #5F5F5F. Windows color (decimal): -15101420 or 1348121. OLE color: 1348121.

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

Color convert

RGB 25 146 20 -
CMYK 0.83 0 0.86 0.43
HSL 117.62º 0.76% 0.33% -
HSV(B) 117.62º 0.86% 0.57% -
XYZ 10.81 20.81 4.11 -
YUV 95.46 85.41 77.75 -
System Red Green Blue C M Y K H S L
Decimal 25 146 20 0.83 0 0.86 0.43 117.62 0.76 0.33
Hex 19 92 14 53 0 56 2B 76 4C 21
Octal 31 222 24 123 0 126 53 166 114 41
Binary 11001 10010010 10100 1010011 0 1010110 101011 1110110 1001100 100001

Color Harmonies of #199214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199214

Black with #199214

Text Example


Text Example

White with #199214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199214; }

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

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

background-color css

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

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

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

border-color css

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

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

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