#28692C

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

Shades of San Felix #28692C

Tints of San Felix #28692C

Color information

#28692C (or 0x28692C) is unknown color: approx San Felix. HEX triplet: 28, 69 and 2C. RGB value is (40,105,44). Sum of RGB (Red+Green+Blue) = 40+105+44=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #28692C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28692C is #D796D3. Grayscale: #4E4E4E. Windows color (decimal): -14128852 or 2910504. OLE color: 2910504.

HSL color Cylindrical-coordinate representation of color #28692C: hue angle of 123.69º degrees, saturation: 0.45, 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 #28692C is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB4010544-
CMYK0.6200.580.59
HSL123.69º44.83%28.43%-
HSV(B)123.69º61.9%41.18%-
XYZ6.3810.744.12-
YUV78.61108.47100.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 105 (41.41% from 255) = 55.56%
BLUE value IS 44 (17.58% from 255) = 23.28%
R=21.16%
G=55.56%
B=23.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40105440.6200.580.59123.6944.8328.43
Hex28692C3E03A3B7c2d1c
Octal501515476072731745534
Binary10100011010011011001111100111010111011111110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28692C; }

 p { color: rgb(40,105,44); }

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

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

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

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

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

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

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