#286A23

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

Shades of San Felix #286A23

Tints of San Felix #286A23

Color information

#286A23 (or 0x286A23) is unknown color: approx San Felix. HEX triplet: 28, 6A and 23. RGB value is (40,106,35). Sum of RGB (Red+Green+Blue) = 40+106+35=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 106 (41.80% from 255 or 58.56% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 106 - color contains mainly: green. Hex color #286A23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286A23 is #D795DC. Grayscale: #4E4E4E. Windows color (decimal): -14128605 or 2320936. OLE color: 2320936.

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

Color convert

RGB4010635-
CMYK0.6200.670.58
HSL115.77º50.35%27.65%-
HSV(B)115.77º66.98%41.57%-
XYZ6.3310.883.36-
YUV78.17103.63100.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.10%
GREEN value IS 106 (41.80% from 255) = 58.56%
BLUE value IS 35 (14.06% from 255) = 19.34%
R=22.10%
G=58.56%
B=19.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40106350.6200.670.58115.7750.3527.65
Hex286A233E0433A74321c
Octal5015243760103721646234
Binary101000110101010001111111001000011111010111010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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