#28651C

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

Shades of San Felix #28651C

Tints of San Felix #28651C

Color information

#28651C (or 0x28651C) is unknown color: approx San Felix. HEX triplet: 28, 65 and 1C. RGB value is (40,101,28). Sum of RGB (Red+Green+Blue) = 40+101+28=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 101 (39.84% from 255 or 59.76% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 101 - color contains mainly: green. Hex color #28651C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28651C is #D79AE3. Grayscale: #4A4A4A. Windows color (decimal): -14129892 or 1860904. OLE color: 1860904.

HSL color Cylindrical-coordinate representation of color #28651C: hue angle of 110.14º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28651C is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB4010128-
CMYK0.6000.720.60
HSL110.14º56.59%25.29%-
HSV(B)110.14º72.28%39.61%-
XYZ5.749.842.7-
YUV74.44101.79103.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.67%
GREEN value IS 101 (39.84% from 255) = 59.76%
BLUE value IS 28 (11.33% from 255) = 16.57%
R=23.67%
G=59.76%
B=16.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40101280.6000.720.60110.1456.5925.29
Hex28651C3C0483C6e3919
Octal5014534740110741567131
Binary10100011001011110011110001001000111100110111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28651C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28651C; }

 p { color: rgb(40,101,28); }

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

<style>
 a { background-color: #28651C; }

 a { background-color: rgb(40,101,28); }

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

<style>
 span { border-color: #28651C; }

 span { border-color: rgb(40,101,28); }

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