Html Css Color HEX #2C4C34 Timber Green

📋 copy color: '#2C4C34'

red 44 ◦ green 76 ◦ blue 52

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

Shades of Timber Green #2C4C34

Tints of Timber Green #2C4C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.23%

R = 25.58%
G = 44.19%
B = 30.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#2C4C34 (or 0x2C4C34) is known color: Timber Green. HEX triplet: 2C, 4C and 34. RGB value is (44,76,52). Sum of RGB (Red+Green+Blue) = 44+76+52=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 76 - color contains mainly: green. Hex color #2C4C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4C34 is #D3B3CB. Grayscale: #3F3F3F. Windows color (decimal): -13874124 or 3427372. OLE color: 3427372.

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

Color convert

RGB 44 76 52 -
CMYK 0.42 0 0.32 0.70
HSL 135º 0.27% 0.24% -
HSV(B) 135º 0.42% 0.3% -
XYZ 4.24 5.95 4.17 -
YUV 63.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 44 76 52 0.42 0 0.32 0.70 135 0.27 0.24
Hex 2C 4C 34 2A 0 20 46 87 1B 18
Octal 54 114 64 52 0 40 106 207 33 30
Binary 101100 1001100 110100 101010 0 100000 1000110 10000111 11011 11000

Color Harmonies of #2C4C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4C34

Black with #2C4C34

Text Example


Text Example

White with #2C4C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,76,52); }

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

background-color css

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

 a { background-color: rgb(44,76,52); }

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

border-color css

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

 span { border-color: rgb(44,76,52); }

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