#28692B

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

Shades of San Felix #28692B

Tints of San Felix #28692B

Color information

#28692B (or 0x28692B) is unknown color: approx San Felix. HEX triplet: 28, 69 and 2B. RGB value is (40,105,43). Sum of RGB (Red+Green+Blue) = 40+105+43=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #28692B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28692B is #D796D4. Grayscale: #4E4E4E. Windows color (decimal): -14128853 or 2844968. OLE color: 2844968.

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

Color convert

RGB4010543-
CMYK0.6200.590.59
HSL122.77º44.83%28.43%-
HSV(B)122.77º61.9%41.18%-
XYZ6.3610.734.02-
YUV78.5107.97100.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 105 (41.41% from 255) = 55.85%
BLUE value IS 43 (17.19% from 255) = 22.87%
R=21.28%
G=55.85%
B=22.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40105430.6200.590.59122.7744.8328.43
Hex28692B3E03B3B7b2d1c
Octal501515376073731735534
Binary10100011010011010111111100111011111011111101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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