Html Css Color HEX #199512 Forest Green

📋 copy color: '#199512'

red 25 ◦ green 149 ◦ blue 18

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

Shades of Forest Green #199512

Tints of Forest Green #199512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 77.6%

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

R = 13.02%
G = 77.6%
B = 9.38%

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

#199512 (or 0x199512) is known color: Forest Green. HEX triplet: 19, 95 and 12. RGB value is (25,149,18). Sum of RGB (Red+Green+Blue) = 25+149+18=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 149 (58.59% from 255 or 77.60% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 149 - color contains mainly: green. Hex color #199512 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199512 is #E66AED. Grayscale: #616161. Windows color (decimal): -15100654 or 1217817. OLE color: 1217817.

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

Color convert

RGB 25 149 18 -
CMYK 0.83 0 0.88 0.42
HSL 116.79º 0.78% 0.33% -
HSV(B) 116.79º 0.88% 0.58% -
XYZ 11.26 21.75 4.18 -
YUV 96.99 83.42 76.65 -
System Red Green Blue C M Y K H S L
Decimal 25 149 18 0.83 0 0.88 0.42 116.79 0.78 0.33
Hex 19 95 12 53 0 58 2A 75 4E 21
Octal 31 225 22 123 0 130 52 165 116 41
Binary 11001 10010101 10010 1010011 0 1011000 101010 1110101 1001110 100001

Color Harmonies of #199512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199512

Black with #199512

Text Example


Text Example

White with #199512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199512; }

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

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

background-color css

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

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

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

border-color css

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

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

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