Html Css Color HEX #199014 Forest Green

📋 copy color: '#199014'

red 25 ◦ green 144 ◦ blue 20

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

Shades of Forest Green #199014

Tints of Forest Green #199014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 76.19%

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

R = 13.23%
G = 76.19%
B = 10.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#199014 (or 0x199014) is known color: Forest Green. HEX triplet: 19, 90 and 14. RGB value is (25,144,20). Sum of RGB (Red+Green+Blue) = 25+144+20=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 144 (56.64% from 255 or 76.19% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 144 - color contains mainly: green. Hex color #199014 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199014 is #E66FEB. Grayscale: #5E5E5E. Windows color (decimal): -15101932 or 1347609. OLE color: 1347609.

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

Color convert

RGB 25 144 20 -
CMYK 0.83 0 0.86 0.44
HSL 117.58º 0.76% 0.32% -
HSV(B) 117.58º 0.86% 0.56% -
XYZ 10.5 20.2 4.01 -
YUV 94.28 86.08 78.58 -
System Red Green Blue C M Y K H S L
Decimal 25 144 20 0.83 0 0.86 0.44 117.58 0.76 0.32
Hex 19 90 14 53 0 56 2C 76 4C 20
Octal 31 220 24 123 0 126 54 166 114 40
Binary 11001 10010000 10100 1010011 0 1010110 101100 1110110 1001100 100000

Color Harmonies of #199014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199014

Black with #199014

Text Example


Text Example

White with #199014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199014; }

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

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

background-color css

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

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

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

border-color css

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

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

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