Html Css Color HEX #199212 Forest Green

📋 copy color: '#199212'

red 25 ◦ green 146 ◦ blue 18

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

Shades of Forest Green #199212

Tints of Forest Green #199212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.52%

R = 13.23%
G = 77.25%
B = 9.52%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#199212 (or 0x199212) is known color: Forest Green. HEX triplet: 19, 92 and 12. RGB value is (25,146,18). Sum of RGB (Red+Green+Blue) = 25+146+18=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 146 (57.42% from 255 or 77.25% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 146 - color contains mainly: green. Hex color #199212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199212 is #E66DED. Grayscale: #5F5F5F. Windows color (decimal): -15101422 or 1217049. OLE color: 1217049.

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

Color convert

RGB 25 146 18 -
CMYK 0.83 0 0.88 0.43
HSL 116.72º 0.78% 0.32% -
HSV(B) 116.72º 0.88% 0.57% -
XYZ 10.79 20.81 4.02 -
YUV 95.23 84.41 77.91 -
System Red Green Blue C M Y K H S L
Decimal 25 146 18 0.83 0 0.88 0.43 116.72 0.78 0.32
Hex 19 92 12 53 0 58 2B 75 4E 20
Octal 31 222 22 123 0 130 53 165 116 40
Binary 11001 10010010 10010 1010011 0 1011000 101011 1110101 1001110 100000

Color Harmonies of #199212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199212

Black with #199212

Text Example


Text Example

White with #199212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199212; }

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

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

background-color css

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

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

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

border-color css

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

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

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