#213629

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

Shades of Holly #213629

Tints of Holly #213629

Color information

#213629 (or 0x213629) is unknown color: approx Holly. HEX triplet: 21, 36 and 29. RGB value is (33,54,41). Sum of RGB (Red+Green+Blue) = 33+54+41=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 54 - color contains mainly: green. Hex color #213629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213629 is #DEC9D6. Grayscale: #2E2E2E. Windows color (decimal): -14600663 or 2700833. OLE color: 2700833.

HSL color Cylindrical-coordinate representation of color #213629: hue angle of 142.86º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #213629 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB335441-
CMYK0.3900.240.79
HSL142.86º24.14%17.06%-
HSV(B)142.86º38.89%21.18%-
XYZ2.353.122.58-
YUV46.24125.04118.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.78%
GREEN value IS 54 (21.48% from 255) = 42.19%
BLUE value IS 41 (16.41% from 255) = 32.03%
R=25.78%
G=42.19%
B=32.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3354410.3900.240.79142.8624.1417.06
Hex213629270184F8f1811
Octal416651470301172173021
Binary1000011101101010011001110110001001111100011111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213629; }

 p { color: rgb(33,54,41); }

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

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

 a { background-color: rgb(33,54,41); }

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

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

 span { border-color: rgb(33,54,41); }

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