#28662D

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

Shades of San Felix #28662D

Tints of San Felix #28662D

Color information

#28662D (or 0x28662D) is unknown color: approx San Felix. HEX triplet: 28, 66 and 2D. RGB value is (40,102,45). Sum of RGB (Red+Green+Blue) = 40+102+45=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #28662D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28662D is #D799D2. Grayscale: #4D4D4D. Windows color (decimal): -14129619 or 2975272. OLE color: 2975272.

HSL color Cylindrical-coordinate representation of color #28662D: hue angle of 124.84º 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 #28662D is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB4010245-
CMYK0.6100.560.6
HSL124.84º43.66%27.84%-
HSV(B)124.84º60.78%40%-
XYZ6.110.144.12-
YUV76.96109.96101.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.39%
GREEN value IS 102 (40.23% from 255) = 54.55%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=21.39%
G=54.55%
B=24.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40102450.6100.560.6124.8443.6627.84
Hex28662D3D0383C7d2c1c
Octal501465575070741755434
Binary10100011001101011011111010111000111100111110110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28662D; }

 p { color: rgb(40,102,45); }

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

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

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

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

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

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

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