Html Css Color HEX #198C1C Forest Green

📋 copy color: '#198C1C'

red 25 ◦ green 140 ◦ blue 28

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

Shades of Forest Green #198C1C

Tints of Forest Green #198C1C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 72.54%

 BLUE value IS 28 (11.33% from 255) = 14.51%

R = 12.95%
G = 72.54%
B = 14.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#198C1C (or 0x198C1C) is known color: Forest Green. HEX triplet: 19, 8C and 1C. RGB value is (25,140,28). Sum of RGB (Red+Green+Blue) = 25+140+28=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 140 (55.08% from 255 or 72.54% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 140 - color contains mainly: green. Hex color #198C1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198C1C is #E673E3. Grayscale: #5D5D5D. Windows color (decimal): -15102948 or 1870873. OLE color: 1870873.

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

Color convert

RGB 25 140 28 -
CMYK 0.82 0 0.80 0.45
HSL 121.57º 0.7% 0.32% -
HSV(B) 121.57º 0.82% 0.55% -
XYZ 9.99 19.05 4.25 -
YUV 92.85 91.4 79.61 -
System Red Green Blue C M Y K H S L
Decimal 25 140 28 0.82 0 0.80 0.45 121.57 0.7 0.32
Hex 19 8C 1C 52 0 50 2D 7A 46 20
Octal 31 214 34 122 0 120 55 172 106 40
Binary 11001 10001100 11100 1010010 0 1010000 101101 1111010 1000110 100000

Color Harmonies of #198C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198C1C

Black with #198C1C

Text Example


Text Example

White with #198C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,140,28); }

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

background-color css

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

 a { background-color: rgb(25,140,28); }

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

border-color css

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

 span { border-color: rgb(25,140,28); }

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