#27372E

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

Shades of Holly #27372E

Tints of Holly #27372E

Color information

#27372E (or 0x27372E) is unknown color: approx Holly. HEX triplet: 27, 37 and 2E. RGB value is (39,55,46). Sum of RGB (Red+Green+Blue) = 39+55+46=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 55 - color contains mainly: green. Hex color #27372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27372E is #D8C8D1. Grayscale: #313131. Windows color (decimal): -14207186 or 3028775. OLE color: 3028775.

HSL color Cylindrical-coordinate representation of color #27372E: hue angle of 146.25º 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 #27372E is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB395546-
CMYK0.2900.160.78
HSL146.25º17.02%18.43%-
HSV(B)146.25º29.09%21.57%-
XYZ2.73.363.09-
YUV49.19126.2120.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.86%
GREEN value IS 55 (21.88% from 255) = 39.29%
BLUE value IS 46 (18.36% from 255) = 32.86%
R=27.86%
G=39.29%
B=32.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3955460.2900.160.78146.2517.0218.43
Hex27372E1D0104E921112
Octal476756350201162222122
Binary100111110111101110111010100001001110100100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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