Html Css Color HEX #214829 Timber Green

📋 copy color: '#214829'

red 33 ◦ green 72 ◦ blue 41

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

Shades of Timber Green #214829

Tints of Timber Green #214829

RGB

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

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

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

R = 22.6%
G = 49.32%
B = 28.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#214829 (or 0x214829) is known color: Timber Green. HEX triplet: 21, 48 and 29. RGB value is (33,72,41). Sum of RGB (Red+Green+Blue) = 33+72+41=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #214829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214829 is #DEB7D6. Grayscale: #383838. Windows color (decimal): -14596055 or 2705441. OLE color: 2705441.

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

Color convert

RGB 33 72 41 -
CMYK 0.54 0 0.43 0.72
HSL 132.31º 0.37% 0.21% -
HSV(B) 132.31º 0.54% 0.28% -
XYZ 3.34 5.12 2.91 -
YUV 56.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 33 72 41 0.54 0 0.43 0.72 132.31 0.37 0.21
Hex 21 48 29 36 0 2B 48 84 25 15
Octal 41 110 51 66 0 53 110 204 45 25
Binary 100001 1001000 101001 110110 0 101011 1001000 10000100 100101 10101

Color Harmonies of #214829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214829

Black with #214829

Text Example


Text Example

White with #214829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214829; }

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

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

background-color css

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

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

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

border-color css

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

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

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