Html Css Color HEX #197512 Forest Green

📋 copy color: '#197512'

red 25 ◦ green 117 ◦ blue 18

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

Shades of Forest Green #197512

Tints of Forest Green #197512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 73.13%

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

R = 15.63%
G = 73.13%
B = 11.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#197512 (or 0x197512) is known color: Forest Green. HEX triplet: 19, 75 and 12. RGB value is (25,117,18). Sum of RGB (Red+Green+Blue) = 25+117+18=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 117 (46.09% from 255 or 73.12% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 117 - color contains mainly: green. Hex color #197512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197512 is #E68AED. Grayscale: #4E4E4E. Windows color (decimal): -15108846 or 1209625. OLE color: 1209625.

HSL color Cylindrical-coordinate representation of color #197512: hue angle of 115.76º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #197512 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 117 18 -
CMYK 0.79 0 0.85 0.54
HSL 115.76º 0.73% 0.26% -
HSV(B) 115.76º 0.85% 0.46% -
XYZ 6.87 12.97 2.71 -
YUV 78.21 94.02 90.05 -
System Red Green Blue C M Y K H S L
Decimal 25 117 18 0.79 0 0.85 0.54 115.76 0.73 0.26
Hex 19 75 12 4F 0 55 36 74 49 1A
Octal 31 165 22 117 0 125 66 164 111 32
Binary 11001 1110101 10010 1001111 0 1010101 110110 1110100 1001001 11010

Color Harmonies of #197512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197512

Black with #197512

Text Example


Text Example

White with #197512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197512; }

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

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

background-color css

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

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

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

border-color css

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

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

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