Html Css Color HEX #2B4C30 Timber Green

📋 copy color: '#2B4C30'

red 43 ◦ green 76 ◦ blue 48

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

Shades of Timber Green #2B4C30

Tints of Timber Green #2B4C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 45.51%

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

R = 25.75%
G = 45.51%
B = 28.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#2B4C30 (or 0x2B4C30) is known color: Timber Green. HEX triplet: 2B, 4C and 30. RGB value is (43,76,48). Sum of RGB (Red+Green+Blue) = 43+76+48=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #2B4C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4C30 is #D4B3CF. Grayscale: #3F3F3F. Windows color (decimal): -13939664 or 3165227. OLE color: 3165227.

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

Color convert

RGB 43 76 48 -
CMYK 0.43 0 0.37 0.70
HSL 129.09º 0.28% 0.23% -
HSV(B) 129.09º 0.43% 0.3% -
XYZ 4.11 5.9 3.72 -
YUV 62.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 43 76 48 0.43 0 0.37 0.70 129.09 0.28 0.23
Hex 2B 4C 30 2B 0 25 46 81 1C 17
Octal 53 114 60 53 0 45 106 201 34 27
Binary 101011 1001100 110000 101011 0 100101 1000110 10000001 11100 10111

Color Harmonies of #2B4C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4C30

Black with #2B4C30

Text Example


Text Example

White with #2B4C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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