Html Css Color HEX #2E4C33 Timber Green

📋 copy color: '#2E4C33'

red 46 ◦ green 76 ◦ blue 51

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

Shades of Timber Green #2E4C33

Tints of Timber Green #2E4C33

RGB

 RED value IS 46 (18.36% from 255) = 26.59%

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

 BLUE value IS 51 (20.31% from 255) = 29.48%

R = 26.59%
G = 43.93%
B = 29.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.70

RGB Variations

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

Color information

#2E4C33 (or 0x2E4C33) is known color: Timber Green. HEX triplet: 2E, 4C and 33. RGB value is (46,76,51). Sum of RGB (Red+Green+Blue) = 46+76+51=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4C33 is #D1B3CC. Grayscale: #404040. Windows color (decimal): -13743053 or 3361838. OLE color: 3361838.

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

Color convert

RGB 46 76 51 -
CMYK 0.39 0 0.33 0.70
HSL 130º 0.25% 0.24% -
HSV(B) 130º 0.39% 0.3% -
XYZ 4.31 5.99 4.06 -
YUV 64.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 46 76 51 0.39 0 0.33 0.70 130 0.25 0.24
Hex 2E 4C 33 27 0 21 46 82 19 18
Octal 56 114 63 47 0 41 106 202 31 30
Binary 101110 1001100 110011 100111 0 100001 1000110 10000010 11001 11000

Color Harmonies of #2E4C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4C33

Black with #2E4C33

Text Example


Text Example

White with #2E4C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,76,51); }

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

background-color css

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

 a { background-color: rgb(46,76,51); }

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

border-color css

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

 span { border-color: rgb(46,76,51); }

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