Html Css Color HEX #2C4333 Timber Green

📋 copy color: '#2C4333'

red 44 ◦ green 67 ◦ blue 51

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

Shades of Timber Green #2C4333

Tints of Timber Green #2C4333

RGB

 RED value IS 44 (17.58% from 255) = 27.16%

 GREEN value IS 67 (26.56% from 255) = 41.36%

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

R = 27.16%
G = 41.36%
B = 31.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#2C4333 (or 0x2C4333) is known color: Timber Green. HEX triplet: 2C, 43 and 33. RGB value is (44,67,51). Sum of RGB (Red+Green+Blue) = 44+67+51=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 67 - color contains mainly: green. Hex color #2C4333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4333 is #D3BCCC. Grayscale: #3A3A3A. Windows color (decimal): -13876429 or 3359532. OLE color: 3359532.

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

Color convert

RGB 44 67 51 -
CMYK 0.34 0 0.24 0.74
HSL 138.26º 0.21% 0.22% -
HSV(B) 138.26º 0.34% 0.26% -
XYZ 3.64 4.79 3.86 -
YUV 58.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 44 67 51 0.34 0 0.24 0.74 138.26 0.21 0.22
Hex 2C 43 33 22 0 18 4A 8A 15 16
Octal 54 103 63 42 0 30 112 212 25 26
Binary 101100 1000011 110011 100010 0 11000 1001010 10001010 10101 10110

Color Harmonies of #2C4333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4333

Black with #2C4333

Text Example


Text Example

White with #2C4333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,67,51); }

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

background-color css

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

 a { background-color: rgb(44,67,51); }

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

border-color css

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

 span { border-color: rgb(44,67,51); }

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