#276929

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

Shades of San Felix #276929

Tints of San Felix #276929

Color information

#276929 (or 0x276929) is unknown color: approx San Felix. HEX triplet: 27, 69 and 29. RGB value is (39,105,41). Sum of RGB (Red+Green+Blue) = 39+105+41=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #276929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276929 is #D896D6. Grayscale: #4E4E4E. Windows color (decimal): -14194391 or 2713895. OLE color: 2713895.

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

Color convert

RGB3910541-
CMYK0.6300.610.59
HSL121.82º45.83%28.24%-
HSV(B)121.82º62.86%41.18%-
XYZ6.2910.693.83-
YUV77.97107.13100.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 105 (41.41% from 255) = 56.76%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=21.08%
G=56.76%
B=22.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39105410.6300.610.59121.8245.8328.24
Hex2769293F03D3B7a2e1c
Octal471515177075731725634
Binary10011111010011010011111110111101111011111101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276929; }

 p { color: rgb(39,105,41); }

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

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

 a { background-color: rgb(39,105,41); }

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

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

 span { border-color: rgb(39,105,41); }

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