#286828

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

Shades of San Felix #286828

Tints of San Felix #286828

Color information

#286828 (or 0x286828) is unknown color: approx San Felix. HEX triplet: 28, 68 and 28. RGB value is (40,104,40). Sum of RGB (Red+Green+Blue) = 40+104+40=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 104 (41.02% from 255 or 56.52% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 104 - color contains mainly: green. Hex color #286828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286828 is #D797D7. Grayscale: #4D4D4D. Windows color (decimal): -14129112 or 2648104. OLE color: 2648104.

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

Color convert

RGB4010440-
CMYK0.6200.620.59
HSL120º44.44%28.24%-
HSV(B)120º61.54%40.78%-
XYZ6.2110.53.71-
YUV77.57106.8101.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.74%
GREEN value IS 104 (41.02% from 255) = 56.52%
BLUE value IS 40 (16.02% from 255) = 21.74%
R=21.74%
G=56.52%
B=21.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40104400.6200.620.5912044.4428.24
Hex2868283E03E3B782c1c
Octal501505076076731705434
Binary10100011010001010001111100111110111011111100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286828; }

 p { color: rgb(40,104,40); }

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

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

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

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

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

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

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