Html Css Color HEX #2D462F Timber Green

📋 copy color: '#2D462F'

red 45 ◦ green 70 ◦ blue 47

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

Shades of Timber Green #2D462F

Tints of Timber Green #2D462F

RGB

 RED value IS 45 (17.97% from 255) = 27.78%

 GREEN value IS 70 (27.73% from 255) = 43.21%

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

R = 27.78%
G = 43.21%
B = 29.01%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#2D462F (or 0x2D462F) is known color: Timber Green. HEX triplet: 2D, 46 and 2F. RGB value is (45,70,47). Sum of RGB (Red+Green+Blue) = 45+70+47=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #2D462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D462F is #D2B9D0. Grayscale: #3B3B3B. Windows color (decimal): -13810129 or 3098157. OLE color: 3098157.

HSL color Cylindrical-coordinate representation of color #2D462F: hue angle of 124.8º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2D462F is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB 45 70 47 -
CMYK 0.36 0 0.33 0.73
HSL 124.8º 0.22% 0.23% -
HSV(B) 124.8º 0.36% 0.27% -
XYZ 3.79 5.14 3.48 -
YUV 59.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 45 70 47 0.36 0 0.33 0.73 124.8 0.22 0.23
Hex 2D 46 2F 24 0 21 49 7D 16 17
Octal 55 106 57 44 0 41 111 175 26 27
Binary 101101 1000110 101111 100100 0 100001 1001001 1111101 10110 10111

Color Harmonies of #2D462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D462F

Black with #2D462F

Text Example


Text Example

White with #2D462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D462F; }

 p { color: rgb(45,70,47); }

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

background-color css

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

 a { background-color: rgb(45,70,47); }

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

border-color css

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

 span { border-color: rgb(45,70,47); }

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