#26721E

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

Shades of San Felix #26721E

Tints of San Felix #26721E

Color information

#26721E (or 0x26721E) is unknown color: approx San Felix. HEX triplet: 26, 72 and 1E. RGB value is (38,114,30). Sum of RGB (Red+Green+Blue) = 38+114+30=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 114 (44.92% from 255 or 62.64% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 114 - color contains mainly: green. Hex color #26721E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26721E is #D98DE1. Grayscale: #515151. Windows color (decimal): -14257634 or 1995302. OLE color: 1995302.

HSL color Cylindrical-coordinate representation of color #26721E: hue angle of 114.29º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26721E is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB3811430-
CMYK0.6700.740.55
HSL114.29º58.33%28.24%-
HSV(B)114.29º73.68%44.71%-
XYZ7.0512.543.28-
YUV81.798.8296.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.88%
GREEN value IS 114 (44.92% from 255) = 62.64%
BLUE value IS 30 (12.11% from 255) = 16.48%
R=20.88%
G=62.64%
B=16.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38114300.6700.740.55114.2958.3328.24
Hex26721E4304A37723a1c
Octal46162361030112671627234
Binary100110111001011110100001101001010110111111001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26721E; }

 p { color: rgb(38,114,30); }

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

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

 a { background-color: rgb(38,114,30); }

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

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

 span { border-color: rgb(38,114,30); }

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