Html Css Color HEX #2B422E Timber Green

📋 copy color: '#2B422E'

red 43 ◦ green 66 ◦ blue 46

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

Shades of Timber Green #2B422E

Tints of Timber Green #2B422E

RGB

 RED value IS 43 (17.19% from 255) = 27.74%

 GREEN value IS 66 (26.17% from 255) = 42.58%

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

R = 27.74%
G = 42.58%
B = 29.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#2B422E (or 0x2B422E) is known color: Timber Green. HEX triplet: 2B, 42 and 2E. RGB value is (43,66,46). Sum of RGB (Red+Green+Blue) = 43+66+46=155 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.74% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #2B422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B422E is #D4BDD1. Grayscale: #383838. Windows color (decimal): -13942226 or 3031595. OLE color: 3031595.

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

Color convert

RGB 43 66 46 -
CMYK 0.35 0 0.30 0.74
HSL 127.83º 0.21% 0.21% -
HSV(B) 127.83º 0.35% 0.26% -
XYZ 3.44 4.61 3.29 -
YUV 56.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 43 66 46 0.35 0 0.30 0.74 127.83 0.21 0.21
Hex 2B 42 2E 23 0 1E 4A 80 15 15
Octal 53 102 56 43 0 36 112 200 25 25
Binary 101011 1000010 101110 100011 0 11110 1001010 10000000 10101 10101

Color Harmonies of #2B422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B422E

Black with #2B422E

Text Example


Text Example

White with #2B422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,66,46); }

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

background-color css

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

 a { background-color: rgb(43,66,46); }

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

border-color css

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

 span { border-color: rgb(43,66,46); }

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