#286618

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

Shades of San Felix #286618

Tints of San Felix #286618

Color information

#286618 (or 0x286618) is unknown color: approx San Felix. HEX triplet: 28, 66 and 18. RGB value is (40,102,24). Sum of RGB (Red+Green+Blue) = 40+102+24=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 102 (40.23% from 255 or 61.45% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 102 - color contains mainly: green. Hex color #286618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286618 is #D799E7. Grayscale: #4A4A4A. Windows color (decimal): -14129640 or 1599016. OLE color: 1599016.

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

Color convert

RGB4010224-
CMYK0.6100.760.6
HSL107.69º61.9%24.71%-
HSV(B)107.69º76.47%40%-
XYZ5.7910.022.49-
YUV74.5799.46103.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.10%
GREEN value IS 102 (40.23% from 255) = 61.45%
BLUE value IS 24 (9.77% from 255) = 14.46%
R=24.10%
G=61.45%
B=14.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40102240.6100.760.6107.6961.924.71
Hex2866183D04C3C6c3e19
Octal5014630750114741547631
Binary10100011001101100011110101001100111100110110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286618; }

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

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

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

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

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

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

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

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