#26692F

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

Shades of San Felix #26692F

Tints of San Felix #26692F

Color information

#26692F (or 0x26692F) is unknown color: approx San Felix. HEX triplet: 26, 69 and 2F. RGB value is (38,105,47). Sum of RGB (Red+Green+Blue) = 38+105+47=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #26692F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26692F is #D996D0. Grayscale: #4E4E4E. Windows color (decimal): -14259921 or 3107110. OLE color: 3107110.

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

Color convert

RGB3810547-
CMYK0.6400.550.59
HSL128.06º46.85%28.04%-
HSV(B)128.06º63.81%41.18%-
XYZ6.3610.724.42-
YUV78.36110.399.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 105 (41.41% from 255) = 55.26%
BLUE value IS 47 (18.75% from 255) = 24.74%
R=20%
G=55.26%
B=24.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38105470.6400.550.59128.0646.8528.04
Hex26692F400373B802f1c
Octal4615157100067732005734
Binary1001101101001101111100000001101111110111000000010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26692F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26692F; }

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

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

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

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

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

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

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

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