#213828

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

Shades of Holly #213828

Tints of Holly #213828

Color information

#213828 (or 0x213828) is unknown color: approx Holly. HEX triplet: 21, 38 and 28. RGB value is (33,56,40). Sum of RGB (Red+Green+Blue) = 33+56+40=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #213828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213828 is #DEC7D7. Grayscale: #2F2F2F. Windows color (decimal): -14600152 or 2635809. OLE color: 2635809.

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

Color convert

RGB335640-
CMYK0.4100.290.78
HSL138.26º25.84%17.45%-
HSV(B)138.26º41.07%21.96%-
XYZ2.423.32.52-
YUV47.3123.88117.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=25.58%
G=43.41%
B=31.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3356400.4100.290.78138.2625.8417.45
Hex2138282901D4E8a1a11
Octal417050510351162123221
Binary1000011110001010001010010111011001110100010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213828; }

 p { color: rgb(33,56,40); }

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

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

 a { background-color: rgb(33,56,40); }

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

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

 span { border-color: rgb(33,56,40); }

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