#286531

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

Shades of San Felix #286531

Tints of San Felix #286531

Color information

#286531 (or 0x286531) is unknown color: approx San Felix. HEX triplet: 28, 65 and 31. RGB value is (40,101,49). Sum of RGB (Red+Green+Blue) = 40+101+49=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 101 (39.84% from 255 or 53.16% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 101 - color contains mainly: green. Hex color #286531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286531 is #D79ACE. Grayscale: #4C4C4C. Windows color (decimal): -14129871 or 3237160. OLE color: 3237160.

HSL color Cylindrical-coordinate representation of color #286531: hue angle of 128.85º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286531 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB4010149-
CMYK0.6000.510.60
HSL128.85º43.26%27.65%-
HSV(B)128.85º60.4%39.61%-
XYZ6.089.984.51-
YUV76.83112.29101.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.05%
GREEN value IS 101 (39.84% from 255) = 53.16%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=21.05%
G=53.16%
B=25.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40101490.6000.510.60128.8543.2627.65
Hex2865313C0333C812b1c
Octal501456174063742015334
Binary101000110010111000111110001100111111001000000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286531; }

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

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

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

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

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

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

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

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