#27372C

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

Shades of Holly #27372C

Tints of Holly #27372C

Color information

#27372C (or 0x27372C) is unknown color: approx Holly. HEX triplet: 27, 37 and 2C. RGB value is (39,55,44). Sum of RGB (Red+Green+Blue) = 39+55+44=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 55 - color contains mainly: green. Hex color #27372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27372C is #D8C8D3. Grayscale: #303030. Windows color (decimal): -14207188 or 2897703. OLE color: 2897703.

HSL color Cylindrical-coordinate representation of color #27372C: hue angle of 138.75º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #27372C is Cyan = 0.29, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB395544-
CMYK0.2900.20.78
HSL138.75º17.02%18.43%-
HSV(B)138.75º29.09%21.57%-
XYZ2.663.352.89-
YUV48.96125.2120.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.26%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=28.26%
G=39.86%
B=31.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3955440.2900.20.78138.7517.0218.43
Hex27372C1D0144E8b1112
Octal476754350241162132122
Binary100111110111101100111010101001001110100010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27372C; }

 p { color: rgb(39,55,44); }

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

<style>
 a { background-color: #27372C; }

 a { background-color: rgb(39,55,44); }

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

<style>
 span { border-color: #27372C; }

 span { border-color: rgb(39,55,44); }

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