#1C6627

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

Shades of San Felix #1C6627

Tints of San Felix #1C6627

Color information

#1C6627 (or 0x1C6627) is unknown color: approx San Felix. HEX triplet: 1C, 66 and 27. RGB value is (28,102,39). Sum of RGB (Red+Green+Blue) = 28+102+39=169 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.57% from 169); Green value is 102 (40.23% from 255 or 60.36% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 102 - color contains mainly: green. Hex color #1C6627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6627 is #E399D8. Grayscale: #484848. Windows color (decimal): -14916057 or 2582044. OLE color: 2582044.

HSL color Cylindrical-coordinate representation of color #1C6627: hue angle of 128.92º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6627 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB2810239-
CMYK0.7300.620.6
HSL128.92º56.92%25.49%-
HSV(B)128.92º72.55%40%-
XYZ5.69.93.53-
YUV72.69108.9896.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.57%
GREEN value IS 102 (40.23% from 255) = 60.36%
BLUE value IS 39 (15.62% from 255) = 23.08%
R=16.57%
G=60.36%
B=23.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal28102390.7300.620.6128.9256.9225.49
Hex1C66274903E3C813919
Octal3414647111076742017131
Binary111001100110100111100100101111101111001000000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,102,39); }

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

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

 a { background-color: rgb(28,102,39); }

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

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

 span { border-color: rgb(28,102,39); }

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