#286420

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

Shades of San Felix #286420

Tints of San Felix #286420

Color information

#286420 (or 0x286420) is unknown color: approx San Felix. HEX triplet: 28, 64 and 20. RGB value is (40,100,32). Sum of RGB (Red+Green+Blue) = 40+100+32=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #286420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286420 is #D79BDF. Grayscale: #4A4A4A. Windows color (decimal): -14130144 or 2122792. OLE color: 2122792.

HSL color Cylindrical-coordinate representation of color #286420: hue angle of 112.94º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #286420 is Cyan = 0.6, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB4010032-
CMYK0.600.680.61
HSL112.94º51.52%25.88%-
HSV(B)112.94º68%39.22%-
XYZ5.699.672.93-
YUV74.31104.12103.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.26%
GREEN value IS 100 (39.45% from 255) = 58.14%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=23.26%
G=58.14%
B=18.60%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal40100320.600.680.61112.9451.5225.88
Hex2864203C0443D71341a
Octal5014440740104751616432
Binary101000110010010000011110001000100111101111000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286420; }

 p { color: rgb(40,100,32); }

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

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

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

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

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

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

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