#27662A

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

Shades of San Felix #27662A

Tints of San Felix #27662A

Color information

#27662A (or 0x27662A) is unknown color: approx San Felix. HEX triplet: 27, 66 and 2A. RGB value is (39,102,42). Sum of RGB (Red+Green+Blue) = 39+102+42=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 102 (40.23% from 255 or 55.74% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 102 - color contains mainly: green. Hex color #27662A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27662A is #D899D5. Grayscale: #4C4C4C. Windows color (decimal): -14195158 or 2778663. OLE color: 2778663.

HSL color Cylindrical-coordinate representation of color #27662A: hue angle of 122.86º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #27662A is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB3910242-
CMYK0.6200.590.6
HSL122.86º44.68%27.65%-
HSV(B)122.86º61.76%40%-
XYZ6.0110.13.82-
YUV76.32108.63101.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.31%
GREEN value IS 102 (40.23% from 255) = 55.74%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=21.31%
G=55.74%
B=22.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39102420.6200.590.6122.8644.6827.65
Hex27662A3E03B3C7b2d1c
Octal471465276073741735534
Binary10011111001101010101111100111011111100111101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27662A; }

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

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

<style>
 a { background-color: #27662A; }

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

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

<style>
 span { border-color: #27662A; }

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

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