#286B2A

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

Shades of San Felix #286B2A

Tints of San Felix #286B2A

Color information

#286B2A (or 0x286B2A) is unknown color: approx San Felix. HEX triplet: 28, 6B and 2A. RGB value is (40,107,42). Sum of RGB (Red+Green+Blue) = 40+107+42=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 107 (42.19% from 255 or 56.61% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 107 - color contains mainly: green. Hex color #286B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286B2A is #D794D5. Grayscale: #4F4F4F. Windows color (decimal): -14128342 or 2779944. OLE color: 2779944.

HSL color Cylindrical-coordinate representation of color #286B2A: hue angle of 121.79º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286B2A is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB4010742-
CMYK0.6300.610.58
HSL121.79º45.58%28.82%-
HSV(B)121.79º62.62%41.96%-
XYZ6.5511.133.99-
YUV79.56106.899.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 107 (42.19% from 255) = 56.61%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=21.16%
G=56.61%
B=22.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40107420.6300.610.58121.7945.5828.82
Hex286B2A3F03D3A7a2e1d
Octal501535277075721725635
Binary10100011010111010101111110111101111010111101010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,107,42); }

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

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

 a { background-color: rgb(40,107,42); }

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

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

 span { border-color: rgb(40,107,42); }

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