#27661E

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

Shades of San Felix #27661E

Tints of San Felix #27661E

Color information

#27661E (or 0x27661E) is unknown color: approx San Felix. HEX triplet: 27, 66 and 1E. RGB value is (39,102,30). Sum of RGB (Red+Green+Blue) = 39+102+30=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #27661E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27661E is #D899E1. Grayscale: #4B4B4B. Windows color (decimal): -14195170 or 1992231. OLE color: 1992231.

HSL color Cylindrical-coordinate representation of color #27661E: hue angle of 112.5º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #27661E is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB3910230-
CMYK0.6200.710.6
HSL112.5º54.55%25.88%-
HSV(B)112.5º70.59%40%-
XYZ5.8210.032.86-
YUV74.96102.63102.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.81%
GREEN value IS 102 (40.23% from 255) = 59.65%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=22.81%
G=59.65%
B=17.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39102300.6200.710.6112.554.5525.88
Hex27661E3E0473C70371a
Octal4714636760107741606732
Binary10011111001101111011111001000111111100111000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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