Html Css Color HEX #29482F Timber Green

📋 copy color: '#29482F'

red 41 ◦ green 72 ◦ blue 47

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

Shades of Timber Green #29482F

Tints of Timber Green #29482F

RGB

 RED value IS 41 (16.41% from 255) = 25.63%

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

 BLUE value IS 47 (18.75% from 255) = 29.38%

R = 25.63%
G = 45%
B = 29.38%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#29482F (or 0x29482F) is known color: Timber Green. HEX triplet: 29, 48 and 2F. RGB value is (41,72,47). Sum of RGB (Red+Green+Blue) = 41+72+47=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #29482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29482F is #D6B7D0. Grayscale: #3B3B3B. Windows color (decimal): -14071761 or 3098665. OLE color: 3098665.

HSL color Cylindrical-coordinate representation of color #29482F: hue angle of 131.61º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #29482F is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 72 47 -
CMYK 0.43 0 0.35 0.72
HSL 131.61º 0.27% 0.22% -
HSV(B) 131.61º 0.43% 0.28% -
XYZ 3.74 5.31 3.52 -
YUV 59.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 41 72 47 0.43 0 0.35 0.72 131.61 0.27 0.22
Hex 29 48 2F 2B 0 23 48 84 1B 16
Octal 51 110 57 53 0 43 110 204 33 26
Binary 101001 1001000 101111 101011 0 100011 1001000 10000100 11011 10110

Color Harmonies of #29482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29482F

Black with #29482F

Text Example


Text Example

White with #29482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29482F; }

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

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

background-color css

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

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

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

border-color css

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

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

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