#266930

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

Shades of San Felix #266930

Tints of San Felix #266930

Color information

#266930 (or 0x266930) is unknown color: approx San Felix. HEX triplet: 26, 69 and 30. RGB value is (38,105,48). Sum of RGB (Red+Green+Blue) = 38+105+48=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #266930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266930 is #D996CF. Grayscale: #4E4E4E. Windows color (decimal): -14259920 or 3172646. OLE color: 3172646.

HSL color Cylindrical-coordinate representation of color #266930: hue angle of 128.96º 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 #266930 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB3810548-
CMYK0.6400.540.59
HSL128.96º46.85%28.04%-
HSV(B)128.96º63.81%41.18%-
XYZ6.3810.734.53-
YUV78.47110.899.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 105 (41.41% from 255) = 54.97%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=19.90%
G=54.97%
B=25.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38105480.6400.540.59128.9646.8528.04
Hex266930400363B812f1c
Octal4615160100066732015734
Binary1001101101001110000100000001101101110111000000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266930; }

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

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

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

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

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

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

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

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