Html Css Color HEX #2B4330 Timber Green

📋 copy color: '#2B4330'

red 43 ◦ green 67 ◦ blue 48

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

Shades of Timber Green #2B4330

Tints of Timber Green #2B4330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.41%

 BLUE value IS 48 (19.14% from 255) = 30.38%

R = 27.22%
G = 42.41%
B = 30.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#2B4330 (or 0x2B4330) is known color: Timber Green. HEX triplet: 2B, 43 and 30. RGB value is (43,67,48). Sum of RGB (Red+Green+Blue) = 43+67+48=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 67 - color contains mainly: green. Hex color #2B4330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4330 is #D4BCCF. Grayscale: #393939. Windows color (decimal): -13941968 or 3162923. OLE color: 3162923.

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

Color convert

RGB 43 67 48 -
CMYK 0.36 0 0.28 0.74
HSL 132.5º 0.22% 0.22% -
HSV(B) 132.5º 0.36% 0.26% -
XYZ 3.54 4.74 3.53 -
YUV 57.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 43 67 48 0.36 0 0.28 0.74 132.5 0.22 0.22
Hex 2B 43 30 24 0 1C 4A 84 16 16
Octal 53 103 60 44 0 34 112 204 26 26
Binary 101011 1000011 110000 100100 0 11100 1001010 10000100 10110 10110

Color Harmonies of #2B4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4330

Black with #2B4330

Text Example


Text Example

White with #2B4330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,67,48); }

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

background-color css

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

 a { background-color: rgb(43,67,48); }

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

border-color css

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

 span { border-color: rgb(43,67,48); }

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