Html Css Color HEX #214929 Timber Green

📋 copy color: '#214929'

red 33 ◦ green 73 ◦ blue 41

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

Shades of Timber Green #214929

Tints of Timber Green #214929

RGB

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

 GREEN value IS 73 (28.91% from 255) = 49.66%

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

R = 22.45%
G = 49.66%
B = 27.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#214929 (or 0x214929) is known color: Timber Green. HEX triplet: 21, 49 and 29. RGB value is (33,73,41). Sum of RGB (Red+Green+Blue) = 33+73+41=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #214929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214929 is #DEB6D6. Grayscale: #393939. Windows color (decimal): -14595799 or 2705697. OLE color: 2705697.

HSL color Cylindrical-coordinate representation of color #214929: hue angle of 132º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214929 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 73 41 -
CMYK 0.55 0 0.44 0.71
HSL 132º 0.38% 0.21% -
HSV(B) 132º 0.55% 0.29% -
XYZ 3.41 5.25 2.93 -
YUV 57.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 33 73 41 0.55 0 0.44 0.71 132 0.38 0.21
Hex 21 49 29 37 0 2C 47 84 26 15
Octal 41 111 51 67 0 54 107 204 46 25
Binary 100001 1001001 101001 110111 0 101100 1000111 10000100 100110 10101

Color Harmonies of #214929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214929

Black with #214929

Text Example


Text Example

White with #214929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214929; }

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

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

background-color css

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

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

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

border-color css

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

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

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