#286834

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

Shades of San Felix #286834

Tints of San Felix #286834

Color information

#286834 (or 0x286834) is unknown color: approx San Felix. HEX triplet: 28, 68 and 34. RGB value is (40,104,52). Sum of RGB (Red+Green+Blue) = 40+104+52=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #286834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286834 is #D797CB. Grayscale: #4F4F4F. Windows color (decimal): -14129100 or 3434536. OLE color: 3434536.

HSL color Cylindrical-coordinate representation of color #286834: hue angle of 131.25º 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 #286834 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB4010452-
CMYK0.6200.500.59
HSL131.25º44.44%28.24%-
HSV(B)131.25º61.54%40.78%-
XYZ6.4510.64.96-
YUV78.94112.8100.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 104 (41.02% from 255) = 53.06%
BLUE value IS 52 (20.70% from 255) = 26.53%
R=20.41%
G=53.06%
B=26.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40104520.6200.500.59131.2544.4428.24
Hex2868343E0323B832c1c
Octal501506476062732035434
Binary101000110100011010011111001100101110111000001110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286834; }

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

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

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

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

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

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

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

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