Html Css Color HEX #2A412E Timber Green

📋 copy color: '#2A412E'

red 42 ◦ green 65 ◦ blue 46

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

Shades of Timber Green #2A412E

Tints of Timber Green #2A412E

RGB

 RED value IS 42 (16.8% from 255) = 27.45%

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

 BLUE value IS 46 (18.36% from 255) = 30.07%

R = 27.45%
G = 42.48%
B = 30.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#2A412E (or 0x2A412E) is known color: Timber Green. HEX triplet: 2A, 41 and 2E. RGB value is (42,65,46). Sum of RGB (Red+Green+Blue) = 42+65+46=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #2A412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A412E is #D5BED1. Grayscale: #383838. Windows color (decimal): -14008018 or 3031338. OLE color: 3031338.

HSL color Cylindrical-coordinate representation of color #2A412E: hue angle of 130.43º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A412E is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 42 65 46 -
CMYK 0.35 0 0.29 0.75
HSL 130.43º 0.21% 0.21% -
HSV(B) 130.43º 0.35% 0.25% -
XYZ 3.34 4.47 3.27 -
YUV 55.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 42 65 46 0.35 0 0.29 0.75 130.43 0.21 0.21
Hex 2A 41 2E 23 0 1D 4B 82 15 15
Octal 52 101 56 43 0 35 113 202 25 25
Binary 101010 1000001 101110 100011 0 11101 1001011 10000010 10101 10101

Color Harmonies of #2A412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A412E

Black with #2A412E

Text Example


Text Example

White with #2A412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,65,46); }

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

background-color css

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

 a { background-color: rgb(42,65,46); }

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

border-color css

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

 span { border-color: rgb(42,65,46); }

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