#28631C

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

Shades of San Felix #28631C

Tints of San Felix #28631C

Color information

#28631C (or 0x28631C) is unknown color: approx San Felix. HEX triplet: 28, 63 and 1C. RGB value is (40,99,28). Sum of RGB (Red+Green+Blue) = 40+99+28=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #28631C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28631C is #D79CE3. Grayscale: #494949. Windows color (decimal): -14130404 or 1860392. OLE color: 1860392.

HSL color Cylindrical-coordinate representation of color #28631C: hue angle of 109.86º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28631C is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB409928-
CMYK0.6000.720.61
HSL109.86º55.91%24.9%-
HSV(B)109.86º71.72%38.82%-
XYZ5.559.462.63-
YUV73.26102.45104.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.95%
GREEN value IS 99 (39.06% from 255) = 59.28%
BLUE value IS 28 (11.33% from 255) = 16.77%
R=23.95%
G=59.28%
B=16.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4099280.6000.720.61109.8655.9124.9
Hex28631C3C0483D6e3819
Octal5014334740110751567031
Binary10100011000111110011110001001000111101110111011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28631C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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