#1C621A

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

Shades of San Felix #1C621A

Tints of San Felix #1C621A

Color information

#1C621A (or 0x1C621A) is unknown color: approx San Felix. HEX triplet: 1C, 62 and 1A. RGB value is (28,98,26). Sum of RGB (Red+Green+Blue) = 28+98+26=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #1C621A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C621A is #E39DE5. Grayscale: #454545. Windows color (decimal): -14917094 or 1729052. OLE color: 1729052.

HSL color Cylindrical-coordinate representation of color #1C621A: hue angle of 118.33º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C621A is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB289826-
CMYK0.7100.730.62
HSL118.33º58.06%24.31%-
HSV(B)118.33º73.47%38.43%-
XYZ5.039.062.46-
YUV68.86103.8198.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.42%
GREEN value IS 98 (38.67% from 255) = 64.47%
BLUE value IS 26 (10.55% from 255) = 17.11%
R=18.42%
G=64.47%
B=17.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2898260.7100.730.62118.3358.0624.31
Hex1C621A470493E763a18
Octal34142321070111761667230
Binary11100110001011010100011101001001111110111011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C621A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,98,26); }

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

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

 a { background-color: rgb(28,98,26); }

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

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

 span { border-color: rgb(28,98,26); }

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