Html Css Color HEX #2D412F Timber Green

📋 copy color: '#2D412F'

red 45 ◦ green 65 ◦ blue 47

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

Shades of Timber Green #2D412F

Tints of Timber Green #2D412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.4%

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

R = 28.66%
G = 41.4%
B = 29.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#2D412F (or 0x2D412F) is known color: Timber Green. HEX triplet: 2D, 41 and 2F. RGB value is (45,65,47). Sum of RGB (Red+Green+Blue) = 45+65+47=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #2D412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D412F is #D2BED0. Grayscale: #393939. Windows color (decimal): -13811409 or 3096877. OLE color: 3096877.

HSL color Cylindrical-coordinate representation of color #2D412F: hue angle of 126º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D412F is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 45 65 47 -
CMYK 0.31 0 0.28 0.75
HSL 126º 0.18% 0.22% -
HSV(B) 126º 0.31% 0.25% -
XYZ 3.49 4.54 3.38 -
YUV 56.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 45 65 47 0.31 0 0.28 0.75 126 0.18 0.22
Hex 2D 41 2F 1F 0 1C 4B 7E 12 16
Octal 55 101 57 37 0 34 113 176 22 26
Binary 101101 1000001 101111 11111 0 11100 1001011 1111110 10010 10110

Color Harmonies of #2D412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D412F

Black with #2D412F

Text Example


Text Example

White with #2D412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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