#28661E

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

Shades of San Felix #28661E

Tints of San Felix #28661E

Color information

#28661E (or 0x28661E) is unknown color: approx San Felix. HEX triplet: 28, 66 and 1E. RGB value is (40,102,30). Sum of RGB (Red+Green+Blue) = 40+102+30=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #28661E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28661E is #D799E1. Grayscale: #4B4B4B. Windows color (decimal): -14129634 or 1992232. OLE color: 1992232.

HSL color Cylindrical-coordinate representation of color #28661E: hue angle of 111.67º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28661E is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB4010230-
CMYK0.6100.710.6
HSL111.67º54.55%25.88%-
HSV(B)111.67º70.59%40%-
XYZ5.8610.052.86-
YUV75.25102.46102.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.26%
GREEN value IS 102 (40.23% from 255) = 59.30%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=23.26%
G=59.30%
B=17.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40102300.6100.710.6111.6754.5525.88
Hex28661E3D0473C70371a
Octal5014636750107741606732
Binary10100011001101111011110101000111111100111000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28661E; }

 p { color: rgb(40,102,30); }

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

<style>
 a { background-color: #28661E; }

 a { background-color: rgb(40,102,30); }

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

<style>
 span { border-color: #28661E; }

 span { border-color: rgb(40,102,30); }

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