#276021

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

Shades of San Felix #276021

Tints of San Felix #276021

Color information

#276021 (or 0x276021) is unknown color: approx San Felix. HEX triplet: 27, 60 and 21. RGB value is (39,96,33). Sum of RGB (Red+Green+Blue) = 39+96+33=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #276021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276021 is #D89FDE. Grayscale: #474747. Windows color (decimal): -14196703 or 2187303. OLE color: 2187303.

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

Color convert

RGB399633-
CMYK0.5900.660.62
HSL114.29º48.84%25.29%-
HSV(B)114.29º65.62%37.65%-
XYZ5.298.912.88-
YUV71.77106.12104.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 96 (37.89% from 255) = 57.14%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=23.21%
G=57.14%
B=19.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3996330.5900.660.62114.2948.8425.29
Hex2760213B0423E723119
Octal4714041730102761626131
Binary100111110000010000111101101000010111110111001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276021; }

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

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

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

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

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

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

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

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