Html Css Color HEX #2B4830 Timber Green

📋 copy color: '#2B4830'

red 43 ◦ green 72 ◦ blue 48

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

Shades of Timber Green #2B4830

Tints of Timber Green #2B4830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.17%

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

R = 26.38%
G = 44.17%
B = 29.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#2B4830 (or 0x2B4830) is known color: Timber Green. HEX triplet: 2B, 48 and 30. RGB value is (43,72,48). Sum of RGB (Red+Green+Blue) = 43+72+48=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4830 is #D4B7CF. Grayscale: #3C3C3C. Windows color (decimal): -13940688 or 3164203. OLE color: 3164203.

HSL color Cylindrical-coordinate representation of color #2B4830: hue angle of 130.34º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B4830 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 72 48 -
CMYK 0.40 0 0.33 0.72
HSL 130.34º 0.25% 0.23% -
HSV(B) 130.34º 0.4% 0.28% -
XYZ 3.85 5.36 3.63 -
YUV 60.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 43 72 48 0.40 0 0.33 0.72 130.34 0.25 0.23
Hex 2B 48 30 28 0 21 48 82 19 17
Octal 53 110 60 50 0 41 110 202 31 27
Binary 101011 1001000 110000 101000 0 100001 1001000 10000010 11001 10111

Color Harmonies of #2B4830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4830

Black with #2B4830

Text Example


Text Example

White with #2B4830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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