#27711F

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

Shades of San Felix #27711F

Tints of San Felix #27711F

Color information

#27711F (or 0x27711F) is unknown color: approx San Felix. HEX triplet: 27, 71 and 1F. RGB value is (39,113,31). Sum of RGB (Red+Green+Blue) = 39+113+31=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #27711F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27711F is #D88EE0. Grayscale: #515151. Windows color (decimal): -14192353 or 2060583. OLE color: 2060583.

HSL color Cylindrical-coordinate representation of color #27711F: hue angle of 114.15º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27711F is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB3911331-
CMYK0.6500.730.56
HSL114.15º56.94%28.24%-
HSV(B)114.15º72.57%44.31%-
XYZ6.9912.343.31-
YUV81.5399.4897.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.31%
GREEN value IS 113 (44.53% from 255) = 61.75%
BLUE value IS 31 (12.5% from 255) = 16.94%
R=21.31%
G=61.75%
B=16.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39113310.6500.730.56114.1556.9428.24
Hex27711F410493872391c
Octal47161371010111701627134
Binary100111111000111111100000101001001111000111001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,113,31); }

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

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

 a { background-color: rgb(39,113,31); }

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

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

 span { border-color: rgb(39,113,31); }

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