Html Css Color HEX #293E2F Timber Green

📋 copy color: '#293E2F'

red 41 ◦ green 62 ◦ blue 47

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

Shades of Timber Green #293E2F

Tints of Timber Green #293E2F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 41.33%

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

R = 27.33%
G = 41.33%
B = 31.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.76

RGB Variations

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

Color information

#293E2F (or 0x293E2F) is known color: Timber Green. HEX triplet: 29, 3E and 2F. RGB value is (41,62,47). Sum of RGB (Red+Green+Blue) = 41+62+47=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 62 - color contains mainly: green. Hex color #293E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293E2F is #D6C1D0. Grayscale: #363636. Windows color (decimal): -14074321 or 3096105. OLE color: 3096105.

HSL color Cylindrical-coordinate representation of color #293E2F: hue angle of 137.14º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #293E2F is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 62 47 -
CMYK 0.34 0 0.24 0.76
HSL 137.14º 0.2% 0.2% -
HSV(B) 137.14º 0.34% 0.24% -
XYZ 3.15 4.12 3.32 -
YUV 54.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 41 62 47 0.34 0 0.24 0.76 137.14 0.2 0.2
Hex 29 3E 2F 22 0 18 4C 89 14 14
Octal 51 76 57 42 0 30 114 211 24 24
Binary 101001 111110 101111 100010 0 11000 1001100 10001001 10100 10100

Color Harmonies of #293E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E2F

Black with #293E2F

Text Example


Text Example

White with #293E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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