#266926

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

Shades of San Felix #266926

Tints of San Felix #266926

Color information

#266926 (or 0x266926) is unknown color: approx San Felix. HEX triplet: 26, 69 and 26. RGB value is (38,105,38). Sum of RGB (Red+Green+Blue) = 38+105+38=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #266926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266926 is #D996D9. Grayscale: #4D4D4D. Windows color (decimal): -14259930 or 2517286. OLE color: 2517286.

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

Color convert

RGB3810538-
CMYK0.6400.640.59
HSL120º46.85%28.04%-
HSV(B)120º63.81%41.18%-
XYZ6.210.663.56-
YUV77.33105.899.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.99%
GREEN value IS 105 (41.41% from 255) = 58.01%
BLUE value IS 38 (15.23% from 255) = 20.99%
R=20.99%
G=58.01%
B=20.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38105380.6400.640.5912046.8528.04
Hex266926400403B782f1c
Octal46151461000100731705734
Binary1001101101001100110100000001000000111011111100010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266926; }

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

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

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

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

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

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

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

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