#213E2A

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

Shades of Deep Fir #213E2A

Tints of Deep Fir #213E2A

Color information

#213E2A (or 0x213E2A) is unknown color: approx Deep Fir. HEX triplet: 21, 3E and 2A. RGB value is (33,62,42). Sum of RGB (Red+Green+Blue) = 33+62+42=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 62 (24.61% from 255 or 45.26% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 62 - color contains mainly: green. Hex color #213E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E2A is #DEC1D5. Grayscale: #333333. Windows color (decimal): -14598614 or 2768417. OLE color: 2768417.

HSL color Cylindrical-coordinate representation of color #213E2A: hue angle of 138.62º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #213E2A is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB336242-
CMYK0.4700.320.76
HSL138.62º30.53%18.63%-
HSV(B)138.62º46.77%24.31%-
XYZ2.773.942.8-
YUV51.05122.89115.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.09%
GREEN value IS 62 (24.61% from 255) = 45.26%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=24.09%
G=45.26%
B=30.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3362420.4700.320.76138.6230.5318.63
Hex213E2A2F0204C8b1f13
Octal417652570401142133723
Binary10000111111010101010111101000001001100100010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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