Html Css Color HEX #198214 Forest Green

📋 copy color: '#198214'

red 25 ◦ green 130 ◦ blue 20

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

Shades of Forest Green #198214

Tints of Forest Green #198214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 74.29%

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

R = 14.29%
G = 74.29%
B = 11.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#198214 (or 0x198214) is known color: Forest Green. HEX triplet: 19, 82 and 14. RGB value is (25,130,20). Sum of RGB (Red+Green+Blue) = 25+130+20=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 130 (51.17% from 255 or 74.29% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 130 - color contains mainly: green. Hex color #198214 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198214 is #E67DEB. Grayscale: #565656. Windows color (decimal): -15105516 or 1344025. OLE color: 1344025.

HSL color Cylindrical-coordinate representation of color #198214: hue angle of 117.27º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #198214 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 130 20 -
CMYK 0.81 0 0.85 0.49
HSL 117.27º 0.73% 0.29% -
HSV(B) 117.27º 0.85% 0.51% -
XYZ 8.51 16.22 3.34 -
YUV 86.07 90.71 84.44 -
System Red Green Blue C M Y K H S L
Decimal 25 130 20 0.81 0 0.85 0.49 117.27 0.73 0.29
Hex 19 82 14 51 0 55 31 75 49 1D
Octal 31 202 24 121 0 125 61 165 111 35
Binary 11001 10000010 10100 1010001 0 1010101 110001 1110101 1001001 11101

Color Harmonies of #198214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198214

Black with #198214

Text Example


Text Example

White with #198214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198214; }

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

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

background-color css

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

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

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

border-color css

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

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

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