#2B3630

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

Shades of Holly #2B3630

Tints of Holly #2B3630

Color information

#2B3630 (or 0x2B3630) is unknown color: approx Holly. HEX triplet: 2B, 36 and 30. RGB value is (43,54,48). Sum of RGB (Red+Green+Blue) = 43+54+48=145 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.66% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 54 - color contains mainly: green. Hex color #2B3630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3630 is #D4C9CF. Grayscale: #323232. Windows color (decimal): -13945296 or 3159595. OLE color: 3159595.

HSL color Cylindrical-coordinate representation of color #2B3630: hue angle of 147.27º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2B3630 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB435448-
CMYK0.2000.110.79
HSL147.27º11.34%19.02%-
HSV(B)147.27º20.37%21.18%-
XYZ2.853.373.3-
YUV50.03126.86122.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.66%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 48 (19.14% from 255) = 33.10%
R=29.66%
G=37.24%
B=33.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4354480.2000.110.79147.2711.3419.02
Hex2B3630140B4F93b13
Octal536660240131172231323
Binary1010111101101100001010001011100111110010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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