#27382E

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

Shades of Holly #27382E

Tints of Holly #27382E

Color information

#27382E (or 0x27382E) is unknown color: approx Holly. HEX triplet: 27, 38 and 2E. RGB value is (39,56,46). Sum of RGB (Red+Green+Blue) = 39+56+46=141 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.66% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 56 - color contains mainly: green. Hex color #27382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27382E is #D8C7D1. Grayscale: #313131. Windows color (decimal): -14206930 or 3029031. OLE color: 3029031.

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

Color convert

RGB395646-
CMYK0.3000.180.78
HSL144.71º17.89%18.63%-
HSV(B)144.71º30.36%21.96%-
XYZ2.743.463.11-
YUV49.78125.87120.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.66%
GREEN value IS 56 (22.27% from 255) = 39.72%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=27.66%
G=39.72%
B=32.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3956460.3000.180.78144.7117.8918.63
Hex27382E1E0124E911213
Octal477056360221162212223
Binary100111111000101110111100100101001110100100011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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