#28661A

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

Shades of San Felix #28661A

Tints of San Felix #28661A

Color information

#28661A (or 0x28661A) is unknown color: approx San Felix. HEX triplet: 28, 66 and 1A. RGB value is (40,102,26). Sum of RGB (Red+Green+Blue) = 40+102+26=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 102 (40.23% from 255 or 60.71% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 102 - color contains mainly: green. Hex color #28661A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28661A is #D799E5. Grayscale: #4B4B4B. Windows color (decimal): -14129638 or 1730088. OLE color: 1730088.

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

Color convert

RGB4010226-
CMYK0.6100.750.6
HSL108.95º59.38%25.1%-
HSV(B)108.95º74.51%40%-
XYZ5.8110.032.61-
YUV74.8100.46103.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.81%
GREEN value IS 102 (40.23% from 255) = 60.71%
BLUE value IS 26 (10.55% from 255) = 15.48%
R=23.81%
G=60.71%
B=15.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40102260.6100.750.6108.9559.3825.1
Hex28661A3D04B3C6d3b19
Octal5014632750113741557331
Binary10100011001101101011110101001011111100110110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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