#27302B

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

Shades of Holly #27302B

Tints of Holly #27302B

Color information

#27302B (or 0x27302B) is unknown color: approx Holly. HEX triplet: 27, 30 and 2B. RGB value is (39,48,43). Sum of RGB (Red+Green+Blue) = 39+48+43=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 48 - color contains mainly: green. Hex color #27302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27302B is #D8CFD4. Grayscale: #2C2C2C. Windows color (decimal): -14208981 or 2830375. OLE color: 2830375.

HSL color Cylindrical-coordinate representation of color #27302B: hue angle of 146.67º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #27302B is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB394843-
CMYK0.1900.100.81
HSL146.67º10.34%17.06%-
HSV(B)146.67º18.75%18.82%-
XYZ2.332.722.69-
YUV44.74127.02123.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 43 (17.19% from 255) = 33.08%
R=30%
G=36.92%
B=33.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948430.1900.100.81146.6710.3417.06
Hex27302B130A5193a11
Octal476053230121212231221
Binary1001111100001010111001101010101000110010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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