#266921

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

Shades of San Felix #266921

Tints of San Felix #266921

Color information

#266921 (or 0x266921) is unknown color: approx San Felix. HEX triplet: 26, 69 and 21. RGB value is (38,105,33). Sum of RGB (Red+Green+Blue) = 38+105+33=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 105 (41.41% from 255 or 59.66% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 105 - color contains mainly: green. Hex color #266921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266921 is #D996DE. Grayscale: #4C4C4C. Windows color (decimal): -14259935 or 2189606. OLE color: 2189606.

HSL color Cylindrical-coordinate representation of color #266921: hue angle of 115.83º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #266921 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB3810533-
CMYK0.6400.690.59
HSL115.83º52.17%27.06%-
HSV(B)115.83º68.57%41.18%-
XYZ6.1310.633.17-
YUV76.76103.3100.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 105 (41.41% from 255) = 59.66%
BLUE value IS 33 (13.28% from 255) = 18.75%
R=21.59%
G=59.66%
B=18.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38105330.6400.690.59115.8352.1727.06
Hex266921400453B74341b
Octal46151411000105731646433
Binary1001101101001100001100000001000101111011111010011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266921; }

 p { color: rgb(38,105,33); }

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

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

 a { background-color: rgb(38,105,33); }

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

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

 span { border-color: rgb(38,105,33); }

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