#27392F

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

Shades of Holly #27392F

Tints of Holly #27392F

Color information

#27392F (or 0x27392F) is unknown color: approx Holly. HEX triplet: 27, 39 and 2F. RGB value is (39,57,47). Sum of RGB (Red+Green+Blue) = 39+57+47=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 57 - color contains mainly: green. Hex color #27392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27392F is #D8C6D0. Grayscale: #323232. Windows color (decimal): -14206673 or 3094823. OLE color: 3094823.

HSL color Cylindrical-coordinate representation of color #27392F: hue angle of 146.67º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #27392F is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB395747-
CMYK0.3200.180.78
HSL146.67º18.75%18.82%-
HSV(B)146.67º31.58%22.35%-
XYZ2.813.563.23-
YUV50.48126.04119.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 47 (18.75% from 255) = 32.87%
R=27.27%
G=39.86%
B=32.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3957470.3200.180.78146.6718.7518.82
Hex27392F200124E931313
Octal477157400221162232323
Binary1001111110011011111000000100101001110100100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,57,47); }

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

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

 a { background-color: rgb(39,57,47); }

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

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

 span { border-color: rgb(39,57,47); }

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