#1A7428

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

Shades of San Felix #1A7428

Tints of San Felix #1A7428

Color information

#1A7428 (or 0x1A7428) is unknown color: approx San Felix. HEX triplet: 1A, 74 and 28. RGB value is (26,116,40). Sum of RGB (Red+Green+Blue) = 26+116+40=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 116 (45.70% from 255 or 63.74% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7428 is #E58BD7. Grayscale: #505050. Windows color (decimal): -15043544 or 2651162. OLE color: 2651162.

HSL color Cylindrical-coordinate representation of color #1A7428: hue angle of 129.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7428 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB2611640-
CMYK0.7800.660.55
HSL129.33º63.38%27.84%-
HSV(B)129.33º77.59%45.49%-
XYZ7.0512.864.12-
YUV80.43105.1889.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.29%
GREEN value IS 116 (45.70% from 255) = 63.74%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=14.29%
G=63.74%
B=21.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26116400.7800.660.55129.3363.3827.84
Hex1A74284E04237813f1c
Octal32164501160102672017734
Binary1101011101001010001001110010000101101111000000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,116,40); }

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

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

 a { background-color: rgb(26,116,40); }

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

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

 span { border-color: rgb(26,116,40); }

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