Html Css Color HEX #198B14 Forest Green

📋 copy color: '#198B14'

red 25 ◦ green 139 ◦ blue 20

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

Shades of Forest Green #198B14

Tints of Forest Green #198B14

RGB

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

 GREEN value IS 139 (54.69% from 255) = 75.54%

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

R = 13.59%
G = 75.54%
B = 10.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#198B14 (or 0x198B14) is known color: Forest Green. HEX triplet: 19, 8B and 14. RGB value is (25,139,20). Sum of RGB (Red+Green+Blue) = 25+139+20=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 139 (54.69% from 255 or 75.54% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 139 - color contains mainly: green. Hex color #198B14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198B14 is #E674EB. Grayscale: #5B5B5B. Windows color (decimal): -15103212 or 1346329. OLE color: 1346329.

HSL color Cylindrical-coordinate representation of color #198B14: hue angle of 117.48º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #198B14 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 139 20 -
CMYK 0.82 0 0.86 0.45
HSL 117.48º 0.75% 0.31% -
HSV(B) 117.48º 0.86% 0.55% -
XYZ 9.76 18.72 3.76 -
YUV 91.35 87.73 80.68 -
System Red Green Blue C M Y K H S L
Decimal 25 139 20 0.82 0 0.86 0.45 117.48 0.75 0.31
Hex 19 8B 14 52 0 56 2D 75 4B 1F
Octal 31 213 24 122 0 126 55 165 113 37
Binary 11001 10001011 10100 1010010 0 1010110 101101 1110101 1001011 11111

Color Harmonies of #198B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198B14

Black with #198B14

Text Example


Text Example

White with #198B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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