Html Css Color HEX #198212 Forest Green

📋 copy color: '#198212'

red 25 ◦ green 130 ◦ blue 18

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

Shades of Forest Green #198212

Tints of Forest Green #198212

RGB

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

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

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

R = 14.45%
G = 75.14%
B = 10.4%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#198212 (or 0x198212) is known color: Forest Green. HEX triplet: 19, 82 and 12. RGB value is (25,130,18). Sum of RGB (Red+Green+Blue) = 25+130+18=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 130 (51.17% from 255 or 75.14% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 130 - color contains mainly: green. Hex color #198212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198212 is #E67DED. Grayscale: #565656. Windows color (decimal): -15105518 or 1212953. OLE color: 1212953.

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

Color convert

RGB 25 130 18 -
CMYK 0.81 0 0.86 0.49
HSL 116.25º 0.76% 0.29% -
HSV(B) 116.25º 0.86% 0.51% -
XYZ 8.49 16.22 3.25 -
YUV 85.84 89.71 84.61 -
System Red Green Blue C M Y K H S L
Decimal 25 130 18 0.81 0 0.86 0.49 116.25 0.76 0.29
Hex 19 82 12 51 0 56 31 74 4C 1D
Octal 31 202 22 121 0 126 61 164 114 35
Binary 11001 10000010 10010 1010001 0 1010110 110001 1110100 1001100 11101

Color Harmonies of #198212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198212

Black with #198212

Text Example


Text Example

White with #198212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198212; }

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

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

background-color css

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

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

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

border-color css

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

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

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