#266D1D

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

Shades of San Felix #266D1D

Tints of San Felix #266D1D

Color information

#266D1D (or 0x266D1D) is unknown color: approx San Felix. HEX triplet: 26, 6D and 1D. RGB value is (38,109,29). Sum of RGB (Red+Green+Blue) = 38+109+29=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 109 (42.97% from 255 or 61.93% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 109 - color contains mainly: green. Hex color #266D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266D1D is #D992E2. Grayscale: #4E4E4E. Windows color (decimal): -14258915 or 1928486. OLE color: 1928486.

HSL color Cylindrical-coordinate representation of color #266D1D: hue angle of 113.25º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #266D1D is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.57.

Color convert

RGB3810929-
CMYK0.6500.730.57
HSL113.25º57.97%27.06%-
HSV(B)113.25º73.39%42.75%-
XYZ6.4911.443.03-
YUV78.6599.9899-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 109 (42.97% from 255) = 61.93%
BLUE value IS 29 (11.72% from 255) = 16.48%
R=21.59%
G=61.93%
B=16.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38109290.6500.730.57113.2557.9727.06
Hex266D1D4104939713a1b
Octal46155351010111711617233
Binary100110110110111101100000101001001111001111000111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266D1D; }

 p { color: rgb(38,109,29); }

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

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

 a { background-color: rgb(38,109,29); }

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

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

 span { border-color: rgb(38,109,29); }

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