#28611E

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

Shades of San Felix #28611E

Tints of San Felix #28611E

Color information

#28611E (or 0x28611E) is unknown color: approx San Felix. HEX triplet: 28, 61 and 1E. RGB value is (40,97,30). Sum of RGB (Red+Green+Blue) = 40+97+30=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #28611E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28611E is #D79EE1. Grayscale: #484848. Windows color (decimal): -14130914 or 1990952. OLE color: 1990952.

HSL color Cylindrical-coordinate representation of color #28611E: hue angle of 111.04º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28611E is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB409730-
CMYK0.5900.690.62
HSL111.04º52.76%24.9%-
HSV(B)111.04º69.07%38.04%-
XYZ5.389.092.7-
YUV72.32104.12104.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.95%
GREEN value IS 97 (38.28% from 255) = 58.08%
BLUE value IS 30 (12.11% from 255) = 17.96%
R=23.95%
G=58.08%
B=17.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4097300.5900.690.62111.0452.7624.9
Hex28611E3B0453E6f3519
Octal5014136730105761576531
Binary10100011000011111011101101000101111110110111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28611E; }

 p { color: rgb(40,97,30); }

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

<style>
 a { background-color: #28611E; }

 a { background-color: rgb(40,97,30); }

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

<style>
 span { border-color: #28611E; }

 span { border-color: rgb(40,97,30); }

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