Html Css Color HEX #198D1F Forest Green

📋 copy color: '#198D1F'

red 25 ◦ green 141 ◦ blue 31

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

Shades of Forest Green #198D1F

Tints of Forest Green #198D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.74%

R = 12.69%
G = 71.57%
B = 15.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#198D1F (or 0x198D1F) is known color: Forest Green. HEX triplet: 19, 8D and 1F. RGB value is (25,141,31). Sum of RGB (Red+Green+Blue) = 25+141+31=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 141 (55.47% from 255 or 71.57% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 141 - color contains mainly: green. Hex color #198D1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198D1F is #E672E0. Grayscale: #5E5E5E. Windows color (decimal): -15102689 or 2067737. OLE color: 2067737.

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

Color convert

RGB 25 141 31 -
CMYK 0.82 0 0.78 0.45
HSL 123.1º 0.7% 0.33% -
HSV(B) 123.1º 0.82% 0.55% -
XYZ 10.17 19.36 4.5 -
YUV 93.78 92.57 78.94 -
System Red Green Blue C M Y K H S L
Decimal 25 141 31 0.82 0 0.78 0.45 123.1 0.7 0.33
Hex 19 8D 1F 52 0 4E 2D 7B 46 21
Octal 31 215 37 122 0 116 55 173 106 41
Binary 11001 10001101 11111 1010010 0 1001110 101101 1111011 1000110 100001

Color Harmonies of #198D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198D1F

Black with #198D1F

Text Example


Text Example

White with #198D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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