#2D322F

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

Shades of Holly #2D322F

Tints of Holly #2D322F

Color information

#2D322F (or 0x2D322F) is unknown color: approx Holly. HEX triplet: 2D, 32 and 2F. RGB value is (45,50,47). Sum of RGB (Red+Green+Blue) = 45+50+47=142 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.69% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 50 - color contains mainly: green. Hex color #2D322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D322F is #D2CDD0. Grayscale: #303030. Windows color (decimal): -13815249 or 3093037. OLE color: 3093037.

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

Color convert

RGB455047-
CMYK0.1000.060.80
HSL144º5.26%18.63%-
HSV(B)144º10%19.61%-
XYZ2.743.043.13-
YUV48.16127.34125.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 31.69%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 47 (18.75% from 255) = 33.10%
R=31.69%
G=35.21%
B=33.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4550470.1000.060.801445.2618.63
Hex2D322FA065090513
Octal5562571206120220523
Binary1011011100101011111010011010100001001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,50,47); }

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

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

 a { background-color: rgb(45,50,47); }

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

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

 span { border-color: rgb(45,50,47); }

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