#286831

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

Shades of San Felix #286831

Tints of San Felix #286831

Color information

#286831 (or 0x286831) is unknown color: approx San Felix. HEX triplet: 28, 68 and 31. RGB value is (40,104,49). Sum of RGB (Red+Green+Blue) = 40+104+49=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #286831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286831 is #D797CE. Grayscale: #4E4E4E. Windows color (decimal): -14129103 or 3237928. OLE color: 3237928.

HSL color Cylindrical-coordinate representation of color #286831: hue angle of 128.44º 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 #286831 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB4010449-
CMYK0.6200.530.59
HSL128.44º44.44%28.24%-
HSV(B)128.44º61.54%40.78%-
XYZ6.3810.574.61-
YUV78.59111.3100.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 104 (41.02% from 255) = 53.89%
BLUE value IS 49 (19.53% from 255) = 25.39%
R=20.73%
G=53.89%
B=25.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40104490.6200.530.59128.4444.4428.24
Hex2868313E0353B802c1c
Octal501506176065732005434
Binary101000110100011000111111001101011110111000000010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286831; }

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

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

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

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

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

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

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

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