Html Css Color HEX #2B4232 Timber Green

📋 copy color: '#2B4232'

red 43 ◦ green 66 ◦ blue 50

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

Shades of Timber Green #2B4232

Tints of Timber Green #2B4232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.51%

 BLUE value IS 50 (19.92% from 255) = 31.45%

R = 27.04%
G = 41.51%
B = 31.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#2B4232 (or 0x2B4232) is known color: Timber Green. HEX triplet: 2B, 42 and 32. RGB value is (43,66,50). Sum of RGB (Red+Green+Blue) = 43+66+50=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #2B4232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4232 is #D4BDCD. Grayscale: #393939. Windows color (decimal): -13942222 or 3293739. OLE color: 3293739.

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

Color convert

RGB 43 66 50 -
CMYK 0.35 0 0.24 0.74
HSL 138.26º 0.21% 0.21% -
HSV(B) 138.26º 0.35% 0.26% -
XYZ 3.52 4.64 3.73 -
YUV 57.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 43 66 50 0.35 0 0.24 0.74 138.26 0.21 0.21
Hex 2B 42 32 23 0 18 4A 8A 15 15
Octal 53 102 62 43 0 30 112 212 25 25
Binary 101011 1000010 110010 100011 0 11000 1001010 10001010 10101 10101

Color Harmonies of #2B4232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4232

Black with #2B4232

Text Example


Text Example

White with #2B4232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,66,50); }

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

background-color css

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

 a { background-color: rgb(43,66,50); }

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

border-color css

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

 span { border-color: rgb(43,66,50); }

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