#195F1E

Color #195F1E San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #195F1E

Tints of San Felix #195F1E

Color information

#195F1E (or 0x195F1E) is unknown color: approx San Felix. HEX triplet: 19, 5F and 1E. RGB value is (25,95,30). Sum of RGB (Red+Green+Blue) = 25+95+30=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 95 (37.5% from 255 or 63.33% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 95 - color contains mainly: green. Hex color #195F1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195F1E is #E6A0E1. Grayscale: #424242. Windows color (decimal): -15114466 or 1990425. OLE color: 1990425.

HSL color Cylindrical-coordinate representation of color #195F1E: hue angle of 124.29º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195F1E is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB259530-
CMYK0.7400.680.63
HSL124.29º58.33%23.53%-
HSV(B)124.29º73.68%37.25%-
XYZ4.738.482.62-
YUV66.66107.3198.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.67%
GREEN value IS 95 (37.5% from 255) = 63.33%
BLUE value IS 30 (12.11% from 255) = 20%
R=16.67%
G=63.33%
B=20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2595300.7400.680.63124.2958.3323.53
Hex195F1E4A0443F7c3a18
Octal31137361120104771747230
Binary11001101111111110100101001000100111111111110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195F1E; }

 p { color: rgb(25,95,30); }

 H1.HeaderClassName
 {
   color: #195F1E;
 }
 .AnyTagClassName
 {
   color: #195F1E;
 }
</style>
background-color css

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

 a { background-color: rgb(25,95,30); }

 div.DivClassName
 {
   background-color: #195F1E;
 }
 .BgClassName
 {
   background-color: #195F1E;
 }
</style>
border-color css

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

 span { border-color: rgb(25,95,30); }

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