#26712F

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

Shades of San Felix #26712F

Tints of San Felix #26712F

Color information

#26712F (or 0x26712F) is unknown color: approx San Felix. HEX triplet: 26, 71 and 2F. RGB value is (38,113,47). Sum of RGB (Red+Green+Blue) = 38+113+47=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #26712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26712F is #D98ED0. Grayscale: #535353. Windows color (decimal): -14257873 or 3109158. OLE color: 3109158.

HSL color Cylindrical-coordinate representation of color #26712F: hue angle of 127.2º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26712F is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB3811347-
CMYK0.6600.580.56
HSL127.2º49.67%29.61%-
HSV(B)127.2º66.37%44.31%-
XYZ7.2212.434.71-
YUV83.05107.6595.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.19%
GREEN value IS 113 (44.53% from 255) = 57.07%
BLUE value IS 47 (18.75% from 255) = 23.74%
R=19.19%
G=57.07%
B=23.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38113470.6600.580.56127.249.6729.61
Hex26712F4203A387f321e
Octal4616157102072701776236
Binary100110111000110111110000100111010111000111111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26712F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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