#276428

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

Shades of San Felix #276428

Tints of San Felix #276428

Color information

#276428 (or 0x276428) is unknown color: approx San Felix. HEX triplet: 27, 64 and 28. RGB value is (39,100,40). Sum of RGB (Red+Green+Blue) = 39+100+40=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 100 (39.45% from 255 or 55.87% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 100 - color contains mainly: green. Hex color #276428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276428 is #D89BD7. Grayscale: #4B4B4B. Windows color (decimal): -14195672 or 2647079. OLE color: 2647079.

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

Color convert

RGB3910040-
CMYK0.6100.60.61
HSL120.98º43.88%27.25%-
HSV(B)120.98º61%39.22%-
XYZ5.789.73.58-
YUV74.92108.29102.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.79%
GREEN value IS 100 (39.45% from 255) = 55.87%
BLUE value IS 40 (16.02% from 255) = 22.35%
R=21.79%
G=55.87%
B=22.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal39100400.6100.60.61120.9843.8827.25
Hex2764283D03C3D792c1b
Octal471445075074751715433
Binary10011111001001010001111010111100111101111100110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276428; }

 p { color: rgb(39,100,40); }

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

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

 a { background-color: rgb(39,100,40); }

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

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

 span { border-color: rgb(39,100,40); }

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