Html Css Color HEX #196B1C San Felix

📋 copy color: '#196B1C'

red 25 ◦ green 107 ◦ blue 28

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

Shades of San Felix #196B1C

Tints of San Felix #196B1C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 66.88%

 BLUE value IS 28 (11.33% from 255) = 17.5%

R = 15.63%
G = 66.88%
B = 17.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#196B1C (or 0x196B1C) is known color: San Felix. HEX triplet: 19, 6B and 1C. RGB value is (25,107,28). Sum of RGB (Red+Green+Blue) = 25+107+28=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 107 (42.19% from 255 or 66.88% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 107 - color contains mainly: green. Hex color #196B1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196B1C is #E694E3. Grayscale: #494949. Windows color (decimal): -15111396 or 1862425. OLE color: 1862425.

HSL color Cylindrical-coordinate representation of color #196B1C: hue angle of 122.2º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196B1C is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 107 28 -
CMYK 0.77 0 0.74 0.58
HSL 122.2º 0.62% 0.26% -
HSV(B) 122.2º 0.77% 0.42% -
XYZ 5.87 10.81 2.88 -
YUV 73.48 102.33 93.42 -
System Red Green Blue C M Y K H S L
Decimal 25 107 28 0.77 0 0.74 0.58 122.2 0.62 0.26
Hex 19 6B 1C 4D 0 4A 3A 7A 3E 1A
Octal 31 153 34 115 0 112 72 172 76 32
Binary 11001 1101011 11100 1001101 0 1001010 111010 1111010 111110 11010

Color Harmonies of #196B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196B1C

Black with #196B1C

Text Example


Text Example

White with #196B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196B1C; }

 p { color: rgb(25,107,28); }

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

background-color css

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

 a { background-color: rgb(25,107,28); }

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

border-color css

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

 span { border-color: rgb(25,107,28); }

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