Html Css Color HEX #2C4834 Timber Green

📋 copy color: '#2C4834'

red 44 ◦ green 72 ◦ blue 52

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

Shades of Timber Green #2C4834

Tints of Timber Green #2C4834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.86%

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

R = 26.19%
G = 42.86%
B = 30.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#2C4834 (or 0x2C4834) is known color: Timber Green. HEX triplet: 2C, 48 and 34. RGB value is (44,72,52). Sum of RGB (Red+Green+Blue) = 44+72+52=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #2C4834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4834 is #D3B7CB. Grayscale: #3D3D3D. Windows color (decimal): -13875148 or 3426348. OLE color: 3426348.

HSL color Cylindrical-coordinate representation of color #2C4834: hue angle of 137.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2C4834 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 72 52 -
CMYK 0.39 0 0.28 0.72
HSL 137.14º 0.24% 0.23% -
HSV(B) 137.14º 0.39% 0.28% -
XYZ 3.98 5.42 4.09 -
YUV 61.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 44 72 52 0.39 0 0.28 0.72 137.14 0.24 0.23
Hex 2C 48 34 27 0 1C 48 89 18 17
Octal 54 110 64 47 0 34 110 211 30 27
Binary 101100 1001000 110100 100111 0 11100 1001000 10001001 11000 10111

Color Harmonies of #2C4834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4834

Black with #2C4834

Text Example


Text Example

White with #2C4834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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