#213928

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

Shades of Deep Fir #213928

Tints of Deep Fir #213928

Color information

#213928 (or 0x213928) is unknown color: approx Deep Fir. HEX triplet: 21, 39 and 28. RGB value is (33,57,40). Sum of RGB (Red+Green+Blue) = 33+57+40=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #213928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213928 is #DEC6D7. Grayscale: #2F2F2F. Windows color (decimal): -14599896 or 2636065. OLE color: 2636065.

HSL color Cylindrical-coordinate representation of color #213928: hue angle of 137.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213928 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB335740-
CMYK0.4200.300.78
HSL137.5º26.67%17.65%-
HSV(B)137.5º42.11%22.35%-
XYZ2.473.42.53-
YUV47.89123.55117.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.38%
GREEN value IS 57 (22.66% from 255) = 43.85%
BLUE value IS 40 (16.02% from 255) = 30.77%
R=25.38%
G=43.85%
B=30.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3357400.4200.300.78137.526.6717.65
Hex2139282A01E4E8a1b12
Octal417150520361162123322
Binary1000011110011010001010100111101001110100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213928; }

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

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

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

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

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

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

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

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