#28632A

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

Shades of San Felix #28632A

Tints of San Felix #28632A

Color information

#28632A (or 0x28632A) is unknown color: approx San Felix. HEX triplet: 28, 63 and 2A. RGB value is (40,99,42). Sum of RGB (Red+Green+Blue) = 40+99+42=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #28632A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28632A is #D79CD5. Grayscale: #4B4B4B. Windows color (decimal): -14130390 or 2777896. OLE color: 2777896.

HSL color Cylindrical-coordinate representation of color #28632A: hue angle of 122.03º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28632A is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB409942-
CMYK0.6000.580.61
HSL122.03º42.45%27.25%-
HSV(B)122.03º59.6%38.82%-
XYZ5.759.543.73-
YUV74.86109.45103.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.10%
GREEN value IS 99 (39.06% from 255) = 54.70%
BLUE value IS 42 (16.80% from 255) = 23.20%
R=22.10%
G=54.70%
B=23.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4099420.6000.580.61122.0342.4527.25
Hex28632A3C03A3D7a2a1b
Octal501435274072751725233
Binary10100011000111010101111000111010111101111101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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