Html Css Color HEX #198D0C Forest Green

📋 copy color: '#198D0C'

red 25 ◦ green 141 ◦ blue 12

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

Shades of Forest Green #198D0C

Tints of Forest Green #198D0C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 79.21%

 BLUE value IS 12 (5.08% from 255) = 6.74%

R = 14.04%
G = 79.21%
B = 6.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#198D0C (or 0x198D0C) is known color: Forest Green. HEX triplet: 19, 8D and 0C. RGB value is (25,141,12). Sum of RGB (Red+Green+Blue) = 25+141+12=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 141 (55.47% from 255 or 79.21% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 141 - color contains mainly: green. Hex color #198D0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198D0C is #E672F3. Grayscale: #5C5C5C. Windows color (decimal): -15102708 or 822553. OLE color: 822553.

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

Color convert

RGB 25 141 12 -
CMYK 0.82 0 0.91 0.45
HSL 113.95º 0.84% 0.3% -
HSV(B) 113.95º 0.91% 0.55% -
XYZ 9.99 19.28 3.54 -
YUV 91.61 83.07 80.49 -
System Red Green Blue C M Y K H S L
Decimal 25 141 12 0.82 0 0.91 0.45 113.95 0.84 0.3
Hex 19 8D C 52 0 5B 2D 72 54 1E
Octal 31 215 14 122 0 133 55 162 124 36
Binary 11001 10001101 1100 1010010 0 1011011 101101 1110010 1010100 11110

Color Harmonies of #198D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198D0C

Black with #198D0C

Text Example


Text Example

White with #198D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,141,12); }

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

background-color css

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

 a { background-color: rgb(25,141,12); }

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

border-color css

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

 span { border-color: rgb(25,141,12); }

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