#27601E

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

Shades of San Felix #27601E

Tints of San Felix #27601E

Color information

#27601E (or 0x27601E) is unknown color: approx San Felix. HEX triplet: 27, 60 and 1E. RGB value is (39,96,30). Sum of RGB (Red+Green+Blue) = 39+96+30=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #27601E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27601E is #D89FE1. Grayscale: #474747. Windows color (decimal): -14196706 or 1990695. OLE color: 1990695.

HSL color Cylindrical-coordinate representation of color #27601E: hue angle of 111.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27601E is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB399630-
CMYK0.5900.690.62
HSL111.82º52.38%24.71%-
HSV(B)111.82º68.75%37.65%-
XYZ5.258.892.67-
YUV71.43104.62104.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.64%
GREEN value IS 96 (37.89% from 255) = 58.18%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=23.64%
G=58.18%
B=18.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3996300.5900.690.62111.8252.3824.71
Hex27601E3B0453E703419
Octal4714036730105761606431
Binary10011111000001111011101101000101111110111000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,96,30); }

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

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

 a { background-color: rgb(39,96,30); }

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

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

 span { border-color: rgb(39,96,30); }

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