Html Css Color HEX #2B4D30 Timber Green

📋 copy color: '#2B4D30'

red 43 ◦ green 77 ◦ blue 48

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

Shades of Timber Green #2B4D30

Tints of Timber Green #2B4D30

RGB

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

 GREEN value IS 77 (30.47% from 255) = 45.83%

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

R = 25.6%
G = 45.83%
B = 28.57%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#2B4D30 (or 0x2B4D30) is known color: Timber Green. HEX triplet: 2B, 4D and 30. RGB value is (43,77,48). Sum of RGB (Red+Green+Blue) = 43+77+48=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4D30 is #D4B2CF. Grayscale: #3F3F3F. Windows color (decimal): -13939408 or 3165483. OLE color: 3165483.

HSL color Cylindrical-coordinate representation of color #2B4D30: hue angle of 128.82º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B4D30 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB 43 77 48 -
CMYK 0.44 0 0.38 0.70
HSL 128.82º 0.28% 0.24% -
HSV(B) 128.82º 0.44% 0.3% -
XYZ 4.18 6.03 3.74 -
YUV 63.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 43 77 48 0.44 0 0.38 0.70 128.82 0.28 0.24
Hex 2B 4D 30 2C 0 26 46 81 1C 18
Octal 53 115 60 54 0 46 106 201 34 30
Binary 101011 1001101 110000 101100 0 100110 1000110 10000001 11100 11000

Color Harmonies of #2B4D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4D30

Black with #2B4D30

Text Example


Text Example

White with #2B4D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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