Html Css Color HEX #2B4630 Timber Green

📋 copy color: '#2B4630'

red 43 ◦ green 70 ◦ blue 48

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

Shades of Timber Green #2B4630

Tints of Timber Green #2B4630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 43.48%

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

R = 26.71%
G = 43.48%
B = 29.81%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#2B4630 (or 0x2B4630) is known color: Timber Green. HEX triplet: 2B, 46 and 30. RGB value is (43,70,48). Sum of RGB (Red+Green+Blue) = 43+70+48=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #2B4630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4630 is #D4B9CF. Grayscale: #3B3B3B. Windows color (decimal): -13941200 or 3163691. OLE color: 3163691.

HSL color Cylindrical-coordinate representation of color #2B4630: hue angle of 131.11º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B4630 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 43 70 48 -
CMYK 0.39 0 0.31 0.73
HSL 131.11º 0.24% 0.22% -
HSV(B) 131.11º 0.39% 0.27% -
XYZ 3.72 5.11 3.59 -
YUV 59.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 43 70 48 0.39 0 0.31 0.73 131.11 0.24 0.22
Hex 2B 46 30 27 0 1F 49 83 18 16
Octal 53 106 60 47 0 37 111 203 30 26
Binary 101011 1000110 110000 100111 0 11111 1001001 10000011 11000 10110

Color Harmonies of #2B4630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4630

Black with #2B4630

Text Example


Text Example

White with #2B4630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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