#266E1E

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

Shades of San Felix #266E1E

Tints of San Felix #266E1E

Color information

#266E1E (or 0x266E1E) is unknown color: approx San Felix. HEX triplet: 26, 6E and 1E. RGB value is (38,110,30). Sum of RGB (Red+Green+Blue) = 38+110+30=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 110 (43.36% from 255 or 61.80% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 110 - color contains mainly: green. Hex color #266E1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266E1E is #D991E1. Grayscale: #4F4F4F. Windows color (decimal): -14258658 or 1994278. OLE color: 1994278.

HSL color Cylindrical-coordinate representation of color #266E1E: hue angle of 114º degrees, saturation: 0.57, 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 #266E1E is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.57.

Color convert

RGB3811030-
CMYK0.6500.730.57
HSL114º57.14%27.45%-
HSV(B)114º72.73%43.14%-
XYZ6.6111.663.13-
YUV79.35100.1598.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 110 (43.36% from 255) = 61.80%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=21.35%
G=61.80%
B=16.85%

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
Decimal38110300.6500.730.5711457.1427.45
Hex266E1E410493972391b
Octal46156361010111711627133
Binary100110110111011110100000101001001111001111001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,110,30); }

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

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

 a { background-color: rgb(38,110,30); }

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

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

 span { border-color: rgb(38,110,30); }

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