#2B302D

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

Shades of Holly #2B302D

Tints of Holly #2B302D

Color information

#2B302D (or 0x2B302D) is unknown color: approx Holly. HEX triplet: 2B, 30 and 2D. RGB value is (43,48,45). Sum of RGB (Red+Green+Blue) = 43+48+45=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 48 - color contains mainly: green. Hex color #2B302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B302D is #D4CFD2. Grayscale: #2E2E2E. Windows color (decimal): -13946835 or 2961451. OLE color: 2961451.

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

Color convert

RGB434845-
CMYK0.1000.060.81
HSL144º5.49%17.84%-
HSV(B)144º10.42%18.82%-
XYZ2.532.822.89-
YUV46.16127.34125.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.62%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=31.62%
G=35.29%
B=33.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4348450.1000.060.811445.4917.84
Hex2B302DA065190512
Octal5360551206121220522
Binary1010111100001011011010011010100011001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B302D; }

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

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

<style>
 a { background-color: #2B302D; }

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

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

<style>
 span { border-color: #2B302D; }

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

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