#21432B

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

Shades of Deep Fir #21432B

Tints of Deep Fir #21432B

Color information

#21432B (or 0x21432B) is unknown color: approx Deep Fir. HEX triplet: 21, 43 and 2B. RGB value is (33,67,43). Sum of RGB (Red+Green+Blue) = 33+67+43=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #21432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21432B is #DEBCD4. Grayscale: #363636. Windows color (decimal): -14597333 or 2835233. OLE color: 2835233.

HSL color Cylindrical-coordinate representation of color #21432B: hue angle of 137.65º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #21432B is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB336743-
CMYK0.5100.360.74
HSL137.65º34%19.61%-
HSV(B)137.65º50.75%26.27%-
XYZ3.074.512.99-
YUV54.1121.74112.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.08%
GREEN value IS 67 (26.56% from 255) = 46.85%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=23.08%
G=46.85%
B=30.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3367430.5100.360.74137.653419.61
Hex21432B330244A8a2214
Octal4110353630441122124224
Binary1000011000011101011110011010010010010101000101010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21432B; }

 p { color: rgb(33,67,43); }

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

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

 a { background-color: rgb(33,67,43); }

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

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

 span { border-color: rgb(33,67,43); }

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