Html Css Color HEX #214429 Deep Fir

📋 copy color: '#214429'

red 33 ◦ green 68 ◦ blue 41

#214429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #214429

Tints of Deep Fir #214429

RGB

 RED value IS 33 (13.28% from 255) = 23.24%

 GREEN value IS 68 (26.95% from 255) = 47.89%

 BLUE value IS 41 (16.41% from 255) = 28.87%

R = 23.24%
G = 47.89%
B = 28.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#214429 (or 0x214429) is known color: Deep Fir. HEX triplet: 21, 44 and 29. RGB value is (33,68,41). Sum of RGB (Red+Green+Blue) = 33+68+41=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #214429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214429 is #DEBBD6. Grayscale: #363636. Windows color (decimal): -14597079 or 2704417. OLE color: 2704417.

HSL color Cylindrical-coordinate representation of color #214429: hue angle of 133.71º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214429 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 68 41 -
CMYK 0.51 0 0.40 0.73
HSL 133.71º 0.35% 0.2% -
HSV(B) 133.71º 0.51% 0.27% -
XYZ 3.09 4.62 2.83 -
YUV 54.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 33 68 41 0.51 0 0.40 0.73 133.71 0.35 0.2
Hex 21 44 29 33 0 28 49 86 23 14
Octal 41 104 51 63 0 50 111 206 43 24
Binary 100001 1000100 101001 110011 0 101000 1001001 10000110 100011 10100

Color Harmonies of #214429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214429

Black with #214429

Text Example


Text Example

White with #214429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214429; }

 p { color: rgb(33,68,41); }

 H1.HeaderClassName
 {
   color: #214429;
 }
 .AnyTagClassName
 {
   color: #214429;
 }
</style>

background-color css

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

 a { background-color: rgb(33,68,41); }

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

border-color css

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

 span { border-color: rgb(33,68,41); }

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