#213C28

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

Shades of Deep Fir #213C28

Tints of Deep Fir #213C28

Color information

#213C28 (or 0x213C28) is unknown color: approx Deep Fir. HEX triplet: 21, 3C and 28. RGB value is (33,60,40). Sum of RGB (Red+Green+Blue) = 33+60+40=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 60 - color contains mainly: green. Hex color #213C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C28 is #DEC3D7. Grayscale: #313131. Windows color (decimal): -14599128 or 2636833. OLE color: 2636833.

HSL color Cylindrical-coordinate representation of color #213C28: hue angle of 135.56º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #213C28 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.

Color convert

RGB336040-
CMYK0.4500.330.76
HSL135.56º29.03%18.24%-
HSV(B)135.56º45%23.53%-
XYZ2.633.712.58-
YUV49.65122.55116.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 60 (23.83% from 255) = 45.11%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=24.81%
G=45.11%
B=30.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3360400.4500.330.76135.5629.0318.24
Hex213C282D0214C881d12
Octal417450550411142103522
Binary10000111110010100010110101000011001100100010001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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