#2B3930

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

Shades of Holly #2B3930

Tints of Holly #2B3930

Color information

#2B3930 (or 0x2B3930) is unknown color: approx Holly. HEX triplet: 2B, 39 and 30. RGB value is (43,57,48). Sum of RGB (Red+Green+Blue) = 43+57+48=148 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.05% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 57 - color contains mainly: green. Hex color #2B3930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3930 is #D4C6CF. Grayscale: #333333. Windows color (decimal): -13944528 or 3160363. OLE color: 3160363.

HSL color Cylindrical-coordinate representation of color #2B3930: hue angle of 141.43º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2B3930 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB435748-
CMYK0.2500.160.78
HSL141.43º14%19.61%-
HSV(B)141.43º24.56%22.35%-
XYZ2.993.653.34-
YUV51.79125.86121.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.05%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 48 (19.14% from 255) = 32.43%
R=29.05%
G=38.51%
B=32.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4357480.2500.160.78141.431419.61
Hex2B3930190104E8de14
Octal537160310201162151624
Binary10101111100111000011001010000100111010001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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