Html Css Color HEX #199412 Forest Green

📋 copy color: '#199412'

red 25 ◦ green 148 ◦ blue 18

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

Shades of Forest Green #199412

Tints of Forest Green #199412

RGB

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

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

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

R = 13.09%
G = 77.49%
B = 9.42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#199412 (or 0x199412) is known color: Forest Green. HEX triplet: 19, 94 and 12. RGB value is (25,148,18). Sum of RGB (Red+Green+Blue) = 25+148+18=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 148 (58.20% from 255 or 77.49% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 148 - color contains mainly: green. Hex color #199412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199412 is #E66BED. Grayscale: #606060. Windows color (decimal): -15100910 or 1217561. OLE color: 1217561.

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

Color convert

RGB 25 148 18 -
CMYK 0.83 0 0.88 0.42
HSL 116.77º 0.78% 0.33% -
HSV(B) 116.77º 0.88% 0.58% -
XYZ 11.1 21.43 4.12 -
YUV 96.4 83.75 77.07 -
System Red Green Blue C M Y K H S L
Decimal 25 148 18 0.83 0 0.88 0.42 116.77 0.78 0.33
Hex 19 94 12 53 0 58 2A 75 4E 21
Octal 31 224 22 123 0 130 52 165 116 41
Binary 11001 10010100 10010 1010011 0 1011000 101010 1110101 1001110 100001

Color Harmonies of #199412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199412

Black with #199412

Text Example


Text Example

White with #199412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199412; }

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

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

background-color css

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

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

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

border-color css

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

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

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