#28601F

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

Shades of San Felix #28601F

Tints of San Felix #28601F

Color information

#28601F (or 0x28601F) is unknown color: approx San Felix. HEX triplet: 28, 60 and 1F. RGB value is (40,96,31). Sum of RGB (Red+Green+Blue) = 40+96+31=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #28601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28601F is #D79FE0. Grayscale: #484848. Windows color (decimal): -14131169 or 2056232. OLE color: 2056232.

HSL color Cylindrical-coordinate representation of color #28601F: hue angle of 111.69º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28601F is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB409631-
CMYK0.5800.680.62
HSL111.69º51.18%24.9%-
HSV(B)111.69º67.71%37.65%-
XYZ5.318.922.74-
YUV71.85104.95105.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.95%
GREEN value IS 96 (37.89% from 255) = 57.49%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=23.95%
G=57.49%
B=18.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4096310.5800.680.62111.6951.1824.9
Hex28601F3A0443E703319
Octal5014037720104761606331
Binary10100011000001111111101001000100111110111000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28601F; }

 p { color: rgb(40,96,31); }

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

<style>
 a { background-color: #28601F; }

 a { background-color: rgb(40,96,31); }

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

<style>
 span { border-color: #28601F; }

 span { border-color: rgb(40,96,31); }

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