#27681A

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

Shades of San Felix #27681A

Tints of San Felix #27681A

Color information

#27681A (or 0x27681A) is unknown color: approx San Felix. HEX triplet: 27, 68 and 1A. RGB value is (39,104,26). Sum of RGB (Red+Green+Blue) = 39+104+26=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #27681A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27681A is #D897E5. Grayscale: #4B4B4B. Windows color (decimal): -14194662 or 1730599. OLE color: 1730599.

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

Color convert

RGB3910426-
CMYK0.6200.750.59
HSL110º60%25.49%-
HSV(B)110º75%40.78%-
XYZ5.9710.412.67-
YUV75.6799.97101.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 104 (41.02% from 255) = 61.54%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=23.08%
G=61.54%
B=15.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39104260.6200.750.591106025.49
Hex27681A3E04B3B6e3c19
Octal4715032760113731567431
Binary10011111010001101011111001001011111011110111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,104,26); }

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

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

 a { background-color: rgb(39,104,26); }

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

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

 span { border-color: rgb(39,104,26); }

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