#286D19

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

Shades of San Felix #286D19

Tints of San Felix #286D19

Color information

#286D19 (or 0x286D19) is unknown color: approx San Felix. HEX triplet: 28, 6D and 19. RGB value is (40,109,25). Sum of RGB (Red+Green+Blue) = 40+109+25=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 109 (42.97% from 255 or 62.64% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 109 - color contains mainly: green. Hex color #286D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286D19 is #D792E6. Grayscale: #4F4F4F. Windows color (decimal): -14127847 or 1666344. OLE color: 1666344.

HSL color Cylindrical-coordinate representation of color #286D19: hue angle of 109.29º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #286D19 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.57.

Color convert

RGB4010925-
CMYK0.6300.770.57
HSL109.29º62.69%26.27%-
HSV(B)109.29º77.06%42.75%-
XYZ6.5211.462.79-
YUV78.7997.64100.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.99%
GREEN value IS 109 (42.97% from 255) = 62.64%
BLUE value IS 25 (10.16% from 255) = 14.37%
R=22.99%
G=62.64%
B=14.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40109250.6300.770.57109.2962.6926.27
Hex286D193F04D396d3f1a
Octal5015531770115711557732
Binary10100011011011100111111101001101111001110110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286D19; }

 p { color: rgb(40,109,25); }

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

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

 a { background-color: rgb(40,109,25); }

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

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

 span { border-color: rgb(40,109,25); }

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