#286A1D

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

Shades of San Felix #286A1D

Tints of San Felix #286A1D

Color information

#286A1D (or 0x286A1D) is unknown color: approx San Felix. HEX triplet: 28, 6A and 1D. RGB value is (40,106,29). Sum of RGB (Red+Green+Blue) = 40+106+29=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 106 (41.80% from 255 or 60.57% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 106 - color contains mainly: green. Hex color #286A1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286A1D is #D795E2. Grayscale: #4D4D4D. Windows color (decimal): -14128611 or 1927720. OLE color: 1927720.

HSL color Cylindrical-coordinate representation of color #286A1D: hue angle of 111.43º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #286A1D is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB4010629-
CMYK0.6200.730.58
HSL111.43º57.04%26.47%-
HSV(B)111.43º72.64%41.57%-
XYZ6.2510.852.93-
YUV77.49100.63101.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.86%
GREEN value IS 106 (41.80% from 255) = 60.57%
BLUE value IS 29 (11.72% from 255) = 16.57%
R=22.86%
G=60.57%
B=16.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40106290.6200.730.58111.4357.0426.47
Hex286A1D3E0493A6f391a
Octal5015235760111721577132
Binary10100011010101110111111001001001111010110111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,106,29); }

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

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

 a { background-color: rgb(40,106,29); }

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

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

 span { border-color: rgb(40,106,29); }

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