Html Css Color HEX #196D1F San Felix

📋 copy color: '#196D1F'

red 25 ◦ green 109 ◦ blue 31

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

Shades of San Felix #196D1F

Tints of San Felix #196D1F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 66.06%

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

R = 15.15%
G = 66.06%
B = 18.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#196D1F (or 0x196D1F) is known color: San Felix. HEX triplet: 19, 6D and 1F. RGB value is (25,109,31). Sum of RGB (Red+Green+Blue) = 25+109+31=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 109 (42.97% from 255 or 66.06% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 109 - color contains mainly: green. Hex color #196D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196D1F is #E692E0. Grayscale: #4B4B4B. Windows color (decimal): -15110881 or 2059545. OLE color: 2059545.

HSL color Cylindrical-coordinate representation of color #196D1F: hue angle of 124.29º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196D1F is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 109 31 -
CMYK 0.77 0 0.72 0.57
HSL 124.29º 0.63% 0.26% -
HSV(B) 124.29º 0.77% 0.43% -
XYZ 6.12 11.24 3.14 -
YUV 74.99 103.17 92.34 -
System Red Green Blue C M Y K H S L
Decimal 25 109 31 0.77 0 0.72 0.57 124.29 0.63 0.26
Hex 19 6D 1F 4D 0 48 39 7C 3F 1A
Octal 31 155 37 115 0 110 71 174 77 32
Binary 11001 1101101 11111 1001101 0 1001000 111001 1111100 111111 11010

Color Harmonies of #196D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196D1F

Black with #196D1F

Text Example


Text Example

White with #196D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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