#1A7629

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

Shades of San Felix #1A7629

Tints of San Felix #1A7629

Color information

#1A7629 (or 0x1A7629) is unknown color: approx San Felix. HEX triplet: 1A, 76 and 29. RGB value is (26,118,41). Sum of RGB (Red+Green+Blue) = 26+118+41=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 118 (46.48% from 255 or 63.78% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7629 is #E589D6. Grayscale: #515151. Windows color (decimal): -15043031 or 2717210. OLE color: 2717210.

HSL color Cylindrical-coordinate representation of color #1A7629: hue angle of 129.78º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7629 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB2611841-
CMYK0.7800.650.54
HSL129.78º63.89%28.24%-
HSV(B)129.78º77.97%46.27%-
XYZ7.313.344.29-
YUV81.71105.0288.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.05%
GREEN value IS 118 (46.48% from 255) = 63.78%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=14.05%
G=63.78%
B=22.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26118410.7800.650.54129.7863.8928.24
Hex1A76294E0413682401c
Octal321665111601016620210034
Binary11010111011010100110011100100000111011010000010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,118,41); }

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

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

 a { background-color: rgb(26,118,41); }

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

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

 span { border-color: rgb(26,118,41); }

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