#28652A

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

Shades of San Felix #28652A

Tints of San Felix #28652A

Color information

#28652A (or 0x28652A) is unknown color: approx San Felix. HEX triplet: 28, 65 and 2A. RGB value is (40,101,42). Sum of RGB (Red+Green+Blue) = 40+101+42=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 101 (39.84% from 255 or 55.19% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 101 - color contains mainly: green. Hex color #28652A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28652A is #D79AD5. Grayscale: #4C4C4C. Windows color (decimal): -14129878 or 2778408. OLE color: 2778408.

HSL color Cylindrical-coordinate representation of color #28652A: hue angle of 121.97º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28652A is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB4010142-
CMYK0.6000.580.60
HSL121.97º43.26%27.65%-
HSV(B)121.97º60.4%39.61%-
XYZ5.959.933.79-
YUV76.04108.79102.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 101 (39.84% from 255) = 55.19%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=21.86%
G=55.19%
B=22.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40101420.6000.580.60121.9743.2627.65
Hex28652A3C03A3C7a2b1c
Octal501455274072741725334
Binary10100011001011010101111000111010111100111101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28652A; }

 p { color: rgb(40,101,42); }

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

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

 a { background-color: rgb(40,101,42); }

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

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

 span { border-color: rgb(40,101,42); }

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