#1A651F

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

Shades of San Felix #1A651F

Tints of San Felix #1A651F

Color information

#1A651F (or 0x1A651F) is unknown color: approx San Felix. HEX triplet: 1A, 65 and 1F. RGB value is (26,101,31). Sum of RGB (Red+Green+Blue) = 26+101+31=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 101 (39.84% from 255 or 63.92% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 101 - color contains mainly: green. Hex color #1A651F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A651F is #E59AE0. Grayscale: #464646. Windows color (decimal): -15047393 or 2057498. OLE color: 2057498.

HSL color Cylindrical-coordinate representation of color #1A651F: hue angle of 124º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A651F is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB2610131-
CMYK0.7400.690.60
HSL124º59.06%24.9%-
HSV(B)124º74.26%39.61%-
XYZ5.339.632.87-
YUV70.6105.6596.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.46%
GREEN value IS 101 (39.84% from 255) = 63.92%
BLUE value IS 31 (12.5% from 255) = 19.62%
R=16.46%
G=63.92%
B=19.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26101310.7400.690.6012459.0624.9
Hex1A651F4A0453C7c3b19
Octal32145371120105741747331
Binary11010110010111111100101001000101111100111110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A651F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A651F; }

 p { color: rgb(26,101,31); }

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

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

 a { background-color: rgb(26,101,31); }

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

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

 span { border-color: rgb(26,101,31); }

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