#2D3D33

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

Shades of English Holly #2D3D33

Tints of English Holly #2D3D33

Color information

#2D3D33 (or 0x2D3D33) is unknown color: approx English Holly. HEX triplet: 2D, 3D and 33. RGB value is (45,61,51). Sum of RGB (Red+Green+Blue) = 45+61+51=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3D33 is #D2C2CC. Grayscale: #373737. Windows color (decimal): -13812429 or 3357997. OLE color: 3357997.

HSL color Cylindrical-coordinate representation of color #2D3D33: hue angle of 142.5º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2D3D33 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB456151-
CMYK0.2600.160.76
HSL142.5º15.09%20.78%-
HSV(B)142.5º26.23%23.92%-
XYZ3.354.133.75-
YUV55.08125.7120.81-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.66%
GREEN value IS 61 (24.22% from 255) = 38.85%
BLUE value IS 51 (20.31% from 255) = 32.48%
R=28.66%
G=38.85%
B=32.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4561510.2600.160.76142.515.0920.78
Hex2D3D331A0104C8ef15
Octal557563320201142161725
Binary10110111110111001111010010000100110010001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,61,51); }

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

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

 a { background-color: rgb(45,61,51); }

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

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

 span { border-color: rgb(45,61,51); }

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