#276024

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

Shades of San Felix #276024

Tints of San Felix #276024

Color information

#276024 (or 0x276024) is unknown color: approx San Felix. HEX triplet: 27, 60 and 24. RGB value is (39,96,36). Sum of RGB (Red+Green+Blue) = 39+96+36=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #276024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276024 is #D89FDB. Grayscale: #484848. Windows color (decimal): -14196700 or 2383911. OLE color: 2383911.

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

Color convert

RGB399636-
CMYK0.5900.620.62
HSL117º45.45%25.88%-
HSV(B)117º62.5%37.65%-
XYZ5.348.923.11-
YUV72.12107.62104.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.81%
GREEN value IS 96 (37.89% from 255) = 56.14%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=22.81%
G=56.14%
B=21.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3996360.5900.620.6211745.4525.88
Hex2760243B03E3E752d1a
Octal471404473076761655532
Binary10011111000001001001110110111110111110111010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276024; }

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

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

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

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

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

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

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

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