#26701C

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

Shades of San Felix #26701C

Tints of San Felix #26701C

Color information

#26701C (or 0x26701C) is unknown color: approx San Felix. HEX triplet: 26, 70 and 1C. RGB value is (38,112,28). Sum of RGB (Red+Green+Blue) = 38+112+28=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #26701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26701C is #D98FE3. Grayscale: #505050. Windows color (decimal): -14258148 or 1863718. OLE color: 1863718.

HSL color Cylindrical-coordinate representation of color #26701C: hue angle of 112.86º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26701C is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB3811228-
CMYK0.6600.750.56
HSL112.86º60%27.45%-
HSV(B)112.86º75%43.92%-
XYZ6.812.083.07-
YUV80.398.4897.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 112 (44.14% from 255) = 62.92%
BLUE value IS 28 (11.33% from 255) = 15.73%
R=21.35%
G=62.92%
B=15.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38112280.6600.750.56112.866027.45
Hex26701C4204B38713c1b
Octal46160341020113701617433
Binary100110111000011100100001001001011111000111000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26701C; }

 p { color: rgb(38,112,28); }

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

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

 a { background-color: rgb(38,112,28); }

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

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

 span { border-color: rgb(38,112,28); }

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