#286328

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

Shades of San Felix #286328

Tints of San Felix #286328

Color information

#286328 (or 0x286328) is unknown color: approx San Felix. HEX triplet: 28, 63 and 28. RGB value is (40,99,40). Sum of RGB (Red+Green+Blue) = 40+99+40=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #286328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286328 is #D79CD7. Grayscale: #4A4A4A. Windows color (decimal): -14130392 or 2646824. OLE color: 2646824.

HSL color Cylindrical-coordinate representation of color #286328: hue angle of 120º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286328 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB409940-
CMYK0.6000.600.61
HSL120º42.45%27.25%-
HSV(B)120º59.6%38.82%-
XYZ5.729.533.55-
YUV74.63108.45103.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.35%
GREEN value IS 99 (39.06% from 255) = 55.31%
BLUE value IS 40 (16.02% from 255) = 22.35%
R=22.35%
G=55.31%
B=22.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4099400.6000.600.6112042.4527.25
Hex2863283C03C3D782a1b
Octal501435074074751705233
Binary10100011000111010001111000111100111101111100010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286328; }

 p { color: rgb(40,99,40); }

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

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

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

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

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

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

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