#213B2A

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

Shades of Holly #213B2A

Tints of Holly #213B2A

Color information

#213B2A (or 0x213B2A) is unknown color: approx Holly. HEX triplet: 21, 3B and 2A. RGB value is (33,59,42). Sum of RGB (Red+Green+Blue) = 33+59+42=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 59 - color contains mainly: green. Hex color #213B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B2A is #DEC4D5. Grayscale: #313131. Windows color (decimal): -14599382 or 2767649. OLE color: 2767649.

HSL color Cylindrical-coordinate representation of color #213B2A: hue angle of 140.77º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #213B2A is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB335942-
CMYK0.4400.290.77
HSL140.77º28.26%18.04%-
HSV(B)140.77º44.07%23.14%-
XYZ2.613.622.75-
YUV49.29123.89116.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.63%
GREEN value IS 59 (23.44% from 255) = 44.03%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=24.63%
G=44.03%
B=31.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3359420.4400.290.77140.7728.2618.04
Hex213B2A2C01D4D8d1c12
Octal417352540351152153422
Binary1000011110111010101011000111011001101100011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213B2A; }

 p { color: rgb(33,59,42); }

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

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

 a { background-color: rgb(33,59,42); }

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

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

 span { border-color: rgb(33,59,42); }

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