Html Css Color HEX #198014 Forest Green

📋 copy color: '#198014'

red 25 ◦ green 128 ◦ blue 20

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

Shades of Forest Green #198014

Tints of Forest Green #198014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 73.99%

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

R = 14.45%
G = 73.99%
B = 11.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#198014 (or 0x198014) is known color: Forest Green. HEX triplet: 19, 80 and 14. RGB value is (25,128,20). Sum of RGB (Red+Green+Blue) = 25+128+20=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 128 (50.39% from 255 or 73.99% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 128 - color contains mainly: green. Hex color #198014 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198014 is #E67FEB. Grayscale: #555555. Windows color (decimal): -15106028 or 1343513. OLE color: 1343513.

HSL color Cylindrical-coordinate representation of color #198014: hue angle of 117.22º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #198014 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 128 20 -
CMYK 0.80 0 0.84 0.50
HSL 117.22º 0.73% 0.29% -
HSV(B) 117.22º 0.84% 0.5% -
XYZ 8.25 15.7 3.26 -
YUV 84.89 91.38 85.28 -
System Red Green Blue C M Y K H S L
Decimal 25 128 20 0.80 0 0.84 0.50 117.22 0.73 0.29
Hex 19 80 14 50 0 54 32 75 49 1D
Octal 31 200 24 120 0 124 62 165 111 35
Binary 11001 10000000 10100 1010000 0 1010100 110010 1110101 1001001 11101

Color Harmonies of #198014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198014

Black with #198014

Text Example


Text Example

White with #198014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198014; }

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

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

background-color css

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

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

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

border-color css

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

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

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