#276027

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

Shades of San Felix #276027

Tints of San Felix #276027

Color information

#276027 (or 0x276027) is unknown color: approx San Felix. HEX triplet: 27, 60 and 27. RGB value is (39,96,39). Sum of RGB (Red+Green+Blue) = 39+96+39=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #276027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276027 is #D89FD8. Grayscale: #484848. Windows color (decimal): -14196697 or 2580519. OLE color: 2580519.

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

Color convert

RGB399639-
CMYK0.5900.590.62
HSL120º42.22%26.47%-
HSV(B)120º59.38%37.65%-
XYZ5.398.943.36-
YUV72.46109.12104.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.41%
GREEN value IS 96 (37.89% from 255) = 55.17%
BLUE value IS 39 (15.62% from 255) = 22.41%
R=22.41%
G=55.17%
B=22.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3996390.5900.590.6212042.2226.47
Hex2760273B03B3E782a1a
Octal471404773073761705232
Binary10011111000001001111110110111011111110111100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276027; }

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

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

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

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

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

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

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

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