#1A6D21

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

Shades of San Felix #1A6D21

Tints of San Felix #1A6D21

Color information

#1A6D21 (or 0x1A6D21) is unknown color: approx San Felix. HEX triplet: 1A, 6D and 21. RGB value is (26,109,33). Sum of RGB (Red+Green+Blue) = 26+109+33=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 109 (42.97% from 255 or 64.88% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 109 - color contains mainly: green. Hex color #1A6D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6D21 is #E592DE. Grayscale: #4B4B4B. Windows color (decimal): -15045343 or 2190618. OLE color: 2190618.

HSL color Cylindrical-coordinate representation of color #1A6D21: hue angle of 125.06º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6D21 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.57.

Color convert

RGB2610933-
CMYK0.7600.700.57
HSL125.06º61.48%26.47%-
HSV(B)125.06º76.15%42.75%-
XYZ6.1711.273.29-
YUV75.5210492.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.48%
GREEN value IS 109 (42.97% from 255) = 64.88%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=15.48%
G=64.88%
B=19.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26109330.7600.700.57125.0661.4826.47
Hex1A6D214C046397d3d1a
Octal32155411140106711757532
Binary110101101101100001100110001000110111001111110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,109,33); }

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

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

 a { background-color: rgb(26,109,33); }

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

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

 span { border-color: rgb(26,109,33); }

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