Html Css Color HEX #199312 Forest Green

📋 copy color: '#199312'

red 25 ◦ green 147 ◦ blue 18

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

Shades of Forest Green #199312

Tints of Forest Green #199312

RGB

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

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

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

R = 13.16%
G = 77.37%
B = 9.47%

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

#199312 (or 0x199312) is known color: Forest Green. HEX triplet: 19, 93 and 12. RGB value is (25,147,18). Sum of RGB (Red+Green+Blue) = 25+147+18=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 147 (57.81% from 255 or 77.37% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 147 - color contains mainly: green. Hex color #199312 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199312 is #E66CED. Grayscale: #606060. Windows color (decimal): -15101166 or 1217305. OLE color: 1217305.

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

Color convert

RGB 25 147 18 -
CMYK 0.83 0 0.88 0.42
HSL 116.74º 0.78% 0.32% -
HSV(B) 116.74º 0.88% 0.58% -
XYZ 10.94 21.12 4.07 -
YUV 95.82 84.08 77.49 -
System Red Green Blue C M Y K H S L
Decimal 25 147 18 0.83 0 0.88 0.42 116.74 0.78 0.32
Hex 19 93 12 53 0 58 2A 75 4E 20
Octal 31 223 22 123 0 130 52 165 116 40
Binary 11001 10010011 10010 1010011 0 1011000 101010 1110101 1001110 100000

Color Harmonies of #199312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199312

Black with #199312

Text Example


Text Example

White with #199312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199312; }

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

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

background-color css

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

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

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

border-color css

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

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

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