#28691A

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

Shades of San Felix #28691A

Tints of San Felix #28691A

Color information

#28691A (or 0x28691A) is unknown color: approx San Felix. HEX triplet: 28, 69 and 1A. RGB value is (40,105,26). Sum of RGB (Red+Green+Blue) = 40+105+26=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 105 (41.41% from 255 or 61.40% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 105 - color contains mainly: green. Hex color #28691A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28691A is #D796E5. Grayscale: #4C4C4C. Windows color (decimal): -14128870 or 1730856. OLE color: 1730856.

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

Color convert

RGB4010526-
CMYK0.6200.750.59
HSL109.37º60.31%25.69%-
HSV(B)109.37º75.24%41.18%-
XYZ6.1110.632.71-
YUV76.5699.47101.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.39%
GREEN value IS 105 (41.41% from 255) = 61.40%
BLUE value IS 26 (10.55% from 255) = 15.20%
R=23.39%
G=61.40%
B=15.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40105260.6200.750.59109.3760.3125.69
Hex28691A3E04B3B6d3c1a
Octal5015132760113731557432
Binary10100011010011101011111001001011111011110110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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