#266D22

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

Shades of San Felix #266D22

Tints of San Felix #266D22

Color information

#266D22 (or 0x266D22) is unknown color: approx San Felix. HEX triplet: 26, 6D and 22. RGB value is (38,109,34). Sum of RGB (Red+Green+Blue) = 38+109+34=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 109 (42.97% from 255 or 60.22% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 109 - color contains mainly: green. Hex color #266D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266D22 is #D992DD. Grayscale: #4F4F4F. Windows color (decimal): -14258910 or 2256166. OLE color: 2256166.

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

Color convert

RGB3810934-
CMYK0.6500.690.57
HSL116.8º52.45%28.04%-
HSV(B)116.8º68.81%42.75%-
XYZ6.5611.463.38-
YUV79.22102.4898.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.99%
GREEN value IS 109 (42.97% from 255) = 60.22%
BLUE value IS 34 (13.67% from 255) = 18.78%
R=20.99%
G=60.22%
B=18.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38109340.6500.690.57116.852.4528.04
Hex266D22410453975341c
Octal46155421010105711656434
Binary1001101101101100010100000101000101111001111010111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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