#26682B

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

Shades of San Felix #26682B

Tints of San Felix #26682B

Color information

#26682B (or 0x26682B) is unknown color: approx San Felix. HEX triplet: 26, 68 and 2B. RGB value is (38,104,43). Sum of RGB (Red+Green+Blue) = 38+104+43=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #26682B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26682B is #D997D4. Grayscale: #4D4D4D. Windows color (decimal): -14260181 or 2844710. OLE color: 2844710.

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

Color convert

RGB3810443-
CMYK0.6300.590.59
HSL124.55º46.48%27.84%-
HSV(B)124.55º63.46%40.78%-
XYZ6.1910.493.98-
YUV77.31108.6399.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.54%
GREEN value IS 104 (41.02% from 255) = 56.22%
BLUE value IS 43 (17.19% from 255) = 23.24%
R=20.54%
G=56.22%
B=23.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38104430.6300.590.59124.5546.4827.84
Hex26682B3F03B3B7d2e1c
Octal461505377073731755634
Binary10011011010001010111111110111011111011111110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26682B; }

 p { color: rgb(38,104,43); }

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

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

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

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

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

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

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