#1C6E29

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

Shades of San Felix #1C6E29

Tints of San Felix #1C6E29

Color information

#1C6E29 (or 0x1C6E29) is unknown color: approx San Felix. HEX triplet: 1C, 6E and 29. RGB value is (28,110,41). Sum of RGB (Red+Green+Blue) = 28+110+41=179 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.64% from 179); Green value is 110 (43.36% from 255 or 61.45% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 110 - color contains mainly: green. Hex color #1C6E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6E29 is #E391D6. Grayscale: #4D4D4D. Windows color (decimal): -14914007 or 2715164. OLE color: 2715164.

HSL color Cylindrical-coordinate representation of color #1C6E29: hue angle of 129.51º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6E29 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB2811041-
CMYK0.7500.630.57
HSL129.51º59.42%27.06%-
HSV(B)129.51º74.55%43.14%-
XYZ6.4611.563.99-
YUV77.62107.3392.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.64%
GREEN value IS 110 (43.36% from 255) = 61.45%
BLUE value IS 41 (16.41% from 255) = 22.91%
R=15.64%
G=61.45%
B=22.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28110410.7500.630.57129.5159.4227.06
Hex1C6E294B03F39823b1b
Octal3415651113077712027333
Binary111001101110101001100101101111111110011000001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,110,41); }

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

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

 a { background-color: rgb(28,110,41); }

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

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

 span { border-color: rgb(28,110,41); }

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