Html Css Color HEX #2C4534 Timber Green

📋 copy color: '#2C4534'

red 44 ◦ green 69 ◦ blue 52

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

Shades of Timber Green #2C4534

Tints of Timber Green #2C4534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.82%

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

R = 26.67%
G = 41.82%
B = 31.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#2C4534 (or 0x2C4534) is known color: Timber Green. HEX triplet: 2C, 45 and 34. RGB value is (44,69,52). Sum of RGB (Red+Green+Blue) = 44+69+52=165 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.67% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #2C4534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4534 is #D3BACB. Grayscale: #3B3B3B. Windows color (decimal): -13875916 or 3425580. OLE color: 3425580.

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

Color convert

RGB 44 69 52 -
CMYK 0.36 0 0.25 0.73
HSL 139.2º 0.22% 0.22% -
HSV(B) 139.2º 0.36% 0.27% -
XYZ 3.79 5.04 4.02 -
YUV 59.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 44 69 52 0.36 0 0.25 0.73 139.2 0.22 0.22
Hex 2C 45 34 24 0 19 49 8B 16 16
Octal 54 105 64 44 0 31 111 213 26 26
Binary 101100 1000101 110100 100100 0 11001 1001001 10001011 10110 10110

Color Harmonies of #2C4534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4534

Black with #2C4534

Text Example


Text Example

White with #2C4534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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