#276828

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

Shades of San Felix #276828

Tints of San Felix #276828

Color information

#276828 (or 0x276828) is unknown color: approx San Felix. HEX triplet: 27, 68 and 28. RGB value is (39,104,40). Sum of RGB (Red+Green+Blue) = 39+104+40=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #276828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276828 is #D897D7. Grayscale: #4D4D4D. Windows color (decimal): -14194648 or 2648103. OLE color: 2648103.

HSL color Cylindrical-coordinate representation of color #276828: hue angle of 120.92º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #276828 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB3910440-
CMYK0.6200.620.59
HSL120.92º45.45%28.04%-
HSV(B)120.92º62.5%40.78%-
XYZ6.1710.493.71-
YUV77.27106.97100.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.31%
GREEN value IS 104 (41.02% from 255) = 56.83%
BLUE value IS 40 (16.02% from 255) = 21.86%
R=21.31%
G=56.83%
B=21.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39104400.6200.620.59120.9245.4528.04
Hex2768283E03E3B792d1c
Octal471505076076731715534
Binary10011111010001010001111100111110111011111100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276828; }

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

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

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

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

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

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

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

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