Html Css Color HEX #197C1F Forest Green

📋 copy color: '#197C1F'

red 25 ◦ green 124 ◦ blue 31

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

Shades of Forest Green #197C1F

Tints of Forest Green #197C1F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 68.89%

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

R = 13.89%
G = 68.89%
B = 17.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#197C1F (or 0x197C1F) is known color: Forest Green. HEX triplet: 19, 7C and 1F. RGB value is (25,124,31). Sum of RGB (Red+Green+Blue) = 25+124+31=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 124 (48.83% from 255 or 68.89% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 124 - color contains mainly: green. Hex color #197C1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197C1F is #E683E0. Grayscale: #545454. Windows color (decimal): -15107041 or 2063385. OLE color: 2063385.

HSL color Cylindrical-coordinate representation of color #197C1F: hue angle of 123.64º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197C1F is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 124 31 -
CMYK 0.80 0 0.75 0.51
HSL 123.64º 0.66% 0.29% -
HSV(B) 123.64º 0.8% 0.49% -
XYZ 7.86 14.72 3.72 -
YUV 83.8 98.2 86.06 -
System Red Green Blue C M Y K H S L
Decimal 25 124 31 0.80 0 0.75 0.51 123.64 0.66 0.29
Hex 19 7C 1F 50 0 4B 33 7C 42 1D
Octal 31 174 37 120 0 113 63 174 102 35
Binary 11001 1111100 11111 1010000 0 1001011 110011 1111100 1000010 11101

Color Harmonies of #197C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197C1F

Black with #197C1F

Text Example


Text Example

White with #197C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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