Html Css Color HEX #197026 San Felix

📋 copy color: '#197026'

red 25 ◦ green 112 ◦ blue 38

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

Shades of San Felix #197026

Tints of San Felix #197026

RGB

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

 GREEN value IS 112 (44.14% from 255) = 64%

 BLUE value IS 38 (15.23% from 255) = 21.71%

R = 14.29%
G = 64%
B = 21.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#197026 (or 0x197026) is known color: San Felix. HEX triplet: 19, 70 and 26. RGB value is (25,112,38). Sum of RGB (Red+Green+Blue) = 25+112+38=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 112 (44.14% from 255 or 64% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 112 - color contains mainly: green. Hex color #197026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197026 is #E68FD9. Grayscale: #4D4D4D. Windows color (decimal): -15110106 or 2519065. OLE color: 2519065.

HSL color Cylindrical-coordinate representation of color #197026: hue angle of 128.97º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197026 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 112 38 -
CMYK 0.78 0 0.66 0.56
HSL 128.97º 0.64% 0.27% -
HSV(B) 128.97º 0.78% 0.44% -
XYZ 6.54 11.93 3.79 -
YUV 77.55 105.68 90.52 -
System Red Green Blue C M Y K H S L
Decimal 25 112 38 0.78 0 0.66 0.56 128.97 0.64 0.27
Hex 19 70 26 4E 0 42 38 81 40 1B
Octal 31 160 46 116 0 102 70 201 100 33
Binary 11001 1110000 100110 1001110 0 1000010 111000 10000001 1000000 11011

Color Harmonies of #197026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197026

Black with #197026

Text Example


Text Example

White with #197026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197026; }

 p { color: rgb(25,112,38); }

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

background-color css

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

 a { background-color: rgb(25,112,38); }

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

border-color css

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

 span { border-color: rgb(25,112,38); }

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