#28701F

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

Shades of San Felix #28701F

Tints of San Felix #28701F

Color information

#28701F (or 0x28701F) is unknown color: approx San Felix. HEX triplet: 28, 70 and 1F. RGB value is (40,112,31). Sum of RGB (Red+Green+Blue) = 40+112+31=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #28701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28701F is #D78FE0. Grayscale: #515151. Windows color (decimal): -14127073 or 2060328. OLE color: 2060328.

HSL color Cylindrical-coordinate representation of color #28701F: hue angle of 113.33º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28701F is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB4011231-
CMYK0.6400.720.56
HSL113.33º56.64%28.04%-
HSV(B)113.33º72.32%43.92%-
XYZ6.9212.143.27-
YUV81.2499.6598.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 112 (44.14% from 255) = 61.20%
BLUE value IS 31 (12.5% from 255) = 16.94%
R=21.86%
G=61.20%
B=16.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40112310.6400.720.56113.3356.6428.04
Hex28701F400483871391c
Octal50160371000110701617134
Binary101000111000011111100000001001000111000111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28701F; }

 p { color: rgb(40,112,31); }

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

<style>
 a { background-color: #28701F; }

 a { background-color: rgb(40,112,31); }

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

<style>
 span { border-color: #28701F; }

 span { border-color: rgb(40,112,31); }

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