#286830

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

Shades of San Felix #286830

Tints of San Felix #286830

Color information

#286830 (or 0x286830) is unknown color: approx San Felix. HEX triplet: 28, 68 and 30. RGB value is (40,104,48). Sum of RGB (Red+Green+Blue) = 40+104+48=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #286830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286830 is #D797CF. Grayscale: #4E4E4E. Windows color (decimal): -14129104 or 3172392. OLE color: 3172392.

HSL color Cylindrical-coordinate representation of color #286830: hue angle of 127.5º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286830 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB4010448-
CMYK0.6200.540.59
HSL127.5º44.44%28.24%-
HSV(B)127.5º61.54%40.78%-
XYZ6.3610.574.5-
YUV78.48110.8100.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.83%
GREEN value IS 104 (41.02% from 255) = 54.17%
BLUE value IS 48 (19.14% from 255) = 25%
R=20.83%
G=54.17%
B=25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40104480.6200.540.59127.544.4428.24
Hex2868303E0363B802c1c
Octal501506076066732005434
Binary101000110100011000011111001101101110111000000010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286830; }

 p { color: rgb(40,104,48); }

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

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

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

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

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

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

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