#27342B

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

Shades of Holly #27342B

Tints of Holly #27342B

Color information

#27342B (or 0x27342B) is unknown color: approx Holly. HEX triplet: 27, 34 and 2B. RGB value is (39,52,43). Sum of RGB (Red+Green+Blue) = 39+52+43=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 52 - color contains mainly: green. Hex color #27342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27342B is #D8CBD4. Grayscale: #2F2F2F. Windows color (decimal): -14207957 or 2831399. OLE color: 2831399.

HSL color Cylindrical-coordinate representation of color #27342B: hue angle of 138.46º 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 #27342B is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB395243-
CMYK0.2500.170.80
HSL138.46º14.29%17.84%-
HSV(B)138.46º25%20.39%-
XYZ2.53.062.74-
YUV47.09125.69122.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.10%
GREEN value IS 52 (20.70% from 255) = 38.81%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=29.10%
G=38.81%
B=32.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3952430.2500.170.80138.4614.2917.84
Hex27342B19011508ae12
Octal476453310211202121622
Binary10011111010010101111001010001101000010001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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