#286732

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

Shades of San Felix #286732

Tints of San Felix #286732

Color information

#286732 (or 0x286732) is unknown color: approx San Felix. HEX triplet: 28, 67 and 32. RGB value is (40,103,50). Sum of RGB (Red+Green+Blue) = 40+103+50=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #286732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286732 is #D798CD. Grayscale: #4E4E4E. Windows color (decimal): -14129358 or 3303208. OLE color: 3303208.

HSL color Cylindrical-coordinate representation of color #286732: hue angle of 129.52º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #286732 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB4010350-
CMYK0.6100.510.60
HSL129.52º44.06%28.04%-
HSV(B)129.52º61.17%40.39%-
XYZ6.310.384.69-
YUV78.12112.13100.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 103 (40.62% from 255) = 53.37%
BLUE value IS 50 (19.92% from 255) = 25.91%
R=20.73%
G=53.37%
B=25.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40103500.6100.510.60129.5244.0628.04
Hex2867323D0333C822c1c
Octal501476275063742025434
Binary101000110011111001011110101100111111001000001010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286732; }

 p { color: rgb(40,103,50); }

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

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

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

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

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

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

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