#223329

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

Shades of Holly #223329

Tints of Holly #223329

Color information

#223329 (or 0x223329) is unknown color: approx Holly. HEX triplet: 22, 33 and 29. RGB value is (34,51,41). Sum of RGB (Red+Green+Blue) = 34+51+41=126 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.98% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 51 - color contains mainly: green. Hex color #223329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223329 is #DDCCD6. Grayscale: #2C2C2C. Windows color (decimal): -14535895 or 2700066. OLE color: 2700066.

HSL color Cylindrical-coordinate representation of color #223329: hue angle of 144.71º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #223329 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB345141-
CMYK0.3300.200.8
HSL144.71º20%16.67%-
HSV(B)144.71º33.33%20%-
XYZ2.242.872.53-
YUV44.78125.87120.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.98%
GREEN value IS 51 (20.31% from 255) = 40.48%
BLUE value IS 41 (16.41% from 255) = 32.54%
R=26.98%
G=40.48%
B=32.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3451410.3300.200.8144.712016.67
Hex2233292101450911411
Octal426351410241202212421
Binary1000101100111010011000010101001010000100100011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223329; }

 p { color: rgb(34,51,41); }

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

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

 a { background-color: rgb(34,51,41); }

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

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

 span { border-color: rgb(34,51,41); }

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