Html Css Color HEX #204829 Deep Fir

📋 copy color: '#204829'

red 32 ◦ green 72 ◦ blue 41

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

Shades of Deep Fir #204829

Tints of Deep Fir #204829

RGB

 RED value IS 32 (12.89% from 255) = 22.07%

 GREEN value IS 72 (28.52% from 255) = 49.66%

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

R = 22.07%
G = 49.66%
B = 28.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#204829 (or 0x204829) is known color: Deep Fir. HEX triplet: 20, 48 and 29. RGB value is (32,72,41). Sum of RGB (Red+Green+Blue) = 32+72+41=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #204829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204829 is #DFB7D6. Grayscale: #383838. Windows color (decimal): -14661591 or 2705440. OLE color: 2705440.

HSL color Cylindrical-coordinate representation of color #204829: hue angle of 133.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #204829 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 32 72 41 -
CMYK 0.56 0 0.43 0.72
HSL 133.5º 0.38% 0.2% -
HSV(B) 133.5º 0.56% 0.28% -
XYZ 3.31 5.1 2.91 -
YUV 56.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 32 72 41 0.56 0 0.43 0.72 133.5 0.38 0.2
Hex 20 48 29 38 0 2B 48 86 26 14
Octal 40 110 51 70 0 53 110 206 46 24
Binary 100000 1001000 101001 111000 0 101011 1001000 10000110 100110 10100

Color Harmonies of #204829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204829

Black with #204829

Text Example


Text Example

White with #204829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204829; }

 p { color: rgb(32,72,41); }

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

background-color css

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

 a { background-color: rgb(32,72,41); }

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

border-color css

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

 span { border-color: rgb(32,72,41); }

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