#266430

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

Shades of San Felix #266430

Tints of San Felix #266430

Color information

#266430 (or 0x266430) is unknown color: approx San Felix. HEX triplet: 26, 64 and 30. RGB value is (38,100,48). Sum of RGB (Red+Green+Blue) = 38+100+48=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #266430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266430 is #D99BCF. Grayscale: #4B4B4B. Windows color (decimal): -14261200 or 3171366. OLE color: 3171366.

HSL color Cylindrical-coordinate representation of color #266430: hue angle of 129.68º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #266430 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB3810048-
CMYK0.6200.520.61
HSL129.68º44.93%27.06%-
HSV(B)129.68º62%39.22%-
XYZ5.899.744.37-
YUV75.53112.46101.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.43%
GREEN value IS 100 (39.45% from 255) = 53.76%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=20.43%
G=53.76%
B=25.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal38100480.6200.520.61129.6844.9327.06
Hex2664303E0343D822d1b
Octal461446076064752025533
Binary100110110010011000011111001101001111011000001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266430; }

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

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

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

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

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

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

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

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