Html Css Color HEX #197C0E Forest Green

📋 copy color: '#197C0E'

red 25 ◦ green 124 ◦ blue 14

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

Shades of Forest Green #197C0E

Tints of Forest Green #197C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.59%

R = 15.34%
G = 76.07%
B = 8.59%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.51

RGB Variations

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

Color information

#197C0E (or 0x197C0E) is known color: Forest Green. HEX triplet: 19, 7C and 0E. RGB value is (25,124,14). Sum of RGB (Red+Green+Blue) = 25+124+14=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 124 (48.83% from 255 or 76.07% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 124 - color contains mainly: green. Hex color #197C0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197C0E is #E683F1. Grayscale: #525252. Windows color (decimal): -15107058 or 949273. OLE color: 949273.

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

Color convert

RGB 25 124 14 -
CMYK 0.80 0 0.89 0.51
HSL 114º 0.8% 0.27% -
HSV(B) 114º 0.89% 0.49% -
XYZ 7.69 14.65 2.84 -
YUV 81.86 89.7 87.44 -
System Red Green Blue C M Y K H S L
Decimal 25 124 14 0.80 0 0.89 0.51 114 0.8 0.27
Hex 19 7C E 50 0 59 33 72 50 1B
Octal 31 174 16 120 0 131 63 162 120 33
Binary 11001 1111100 1110 1010000 0 1011001 110011 1110010 1010000 11011

Color Harmonies of #197C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197C0E

Black with #197C0E

Text Example


Text Example

White with #197C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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