#276026

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

Shades of San Felix #276026

Tints of San Felix #276026

Color information

#276026 (or 0x276026) is unknown color: approx San Felix. HEX triplet: 27, 60 and 26. RGB value is (39,96,38). Sum of RGB (Red+Green+Blue) = 39+96+38=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #276026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276026 is #D89FD9. Grayscale: #484848. Windows color (decimal): -14196698 or 2514983. OLE color: 2514983.

HSL color Cylindrical-coordinate representation of color #276026: hue angle of 118.97º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #276026 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB399638-
CMYK0.5900.600.62
HSL118.97º43.28%26.27%-
HSV(B)118.97º60.42%37.65%-
XYZ5.378.943.28-
YUV72.34108.62104.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.54%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 38 (15.23% from 255) = 21.97%
R=22.54%
G=55.49%
B=21.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3996380.5900.600.62118.9743.2826.27
Hex2760263B03C3E772b1a
Octal471404673074761675332
Binary10011111000001001101110110111100111110111011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276026; }

 p { color: rgb(39,96,38); }

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

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

 a { background-color: rgb(39,96,38); }

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

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

 span { border-color: rgb(39,96,38); }

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