#213F2A

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

Shades of Deep Fir #213F2A

Tints of Deep Fir #213F2A

Color information

#213F2A (or 0x213F2A) is unknown color: approx Deep Fir. HEX triplet: 21, 3F and 2A. RGB value is (33,63,42). Sum of RGB (Red+Green+Blue) = 33+63+42=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 63 - color contains mainly: green. Hex color #213F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F2A is #DEC0D5. Grayscale: #333333. Windows color (decimal): -14598358 or 2768673. OLE color: 2768673.

HSL color Cylindrical-coordinate representation of color #213F2A: hue angle of 138º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213F2A is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB336342-
CMYK0.4800.330.75
HSL138º31.25%18.82%-
HSV(B)138º47.62%24.71%-
XYZ2.824.052.82-
YUV51.64122.56114.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 63 (25% from 255) = 45.65%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=23.91%
G=45.65%
B=30.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3363420.4800.330.7513831.2518.82
Hex213F2A300214B8a1f13
Octal417752600411132123723
Binary10000111111110101011000001000011001011100010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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