#27342D

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

Shades of Holly #27342D

Tints of Holly #27342D

Color information

#27342D (or 0x27342D) is unknown color: approx Holly. HEX triplet: 27, 34 and 2D. RGB value is (39,52,45). Sum of RGB (Red+Green+Blue) = 39+52+45=136 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.68% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 52 - color contains mainly: green. Hex color #27342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27342D is #D8CBD2. Grayscale: #2F2F2F. Windows color (decimal): -14207955 or 2962471. OLE color: 2962471.

HSL color Cylindrical-coordinate representation of color #27342D: hue angle of 147.69º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #27342D is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB395245-
CMYK0.2500.130.80
HSL147.69º14.29%17.84%-
HSV(B)147.69º25%20.39%-
XYZ2.543.082.94-
YUV47.32126.69122.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.68%
GREEN value IS 52 (20.70% from 255) = 38.24%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=28.68%
G=38.24%
B=33.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3952450.2500.130.80147.6914.2917.84
Hex27342D190D5094e12
Octal476455310151202241622
Binary1001111101001011011100101101101000010010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27342D; }

 p { color: rgb(39,52,45); }

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

<style>
 a { background-color: #27342D; }

 a { background-color: rgb(39,52,45); }

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

<style>
 span { border-color: #27342D; }

 span { border-color: rgb(39,52,45); }

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