#213729

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

Shades of Holly #213729

Tints of Holly #213729

Color information

#213729 (or 0x213729) is unknown color: approx Holly. HEX triplet: 21, 37 and 29. RGB value is (33,55,41). Sum of RGB (Red+Green+Blue) = 33+55+41=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 55 - color contains mainly: green. Hex color #213729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213729 is #DEC8D6. Grayscale: #2E2E2E. Windows color (decimal): -14600407 or 2701089. OLE color: 2701089.

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

Color convert

RGB335541-
CMYK0.400.250.78
HSL141.82º25%17.25%-
HSV(B)141.82º40%21.57%-
XYZ2.393.222.59-
YUV46.83124.71118.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 41 (16.41% from 255) = 31.78%
R=25.58%
G=42.64%
B=31.78%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3355410.400.250.78141.822517.25
Hex213729280194E8e1911
Octal416751500311162163121
Binary1000011101111010011010000110011001110100011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213729; }

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

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

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

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

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

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

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

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