#286620

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

Shades of San Felix #286620

Tints of San Felix #286620

Color information

#286620 (or 0x286620) is unknown color: approx San Felix. HEX triplet: 28, 66 and 20. RGB value is (40,102,32). Sum of RGB (Red+Green+Blue) = 40+102+32=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #286620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286620 is #D799DF. Grayscale: #4B4B4B. Windows color (decimal): -14129632 or 2123304. OLE color: 2123304.

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

Color convert

RGB4010232-
CMYK0.6100.690.6
HSL113.14º52.24%26.27%-
HSV(B)113.14º68.63%40%-
XYZ5.8910.063-
YUV75.48103.46102.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.99%
GREEN value IS 102 (40.23% from 255) = 58.62%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=22.99%
G=58.62%
B=18.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40102320.6100.690.6113.1452.2426.27
Hex2866203D0453C71341a
Octal5014640750105741616432
Binary101000110011010000011110101000101111100111000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286620; }

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

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

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

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

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

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

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

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