Html Css Color HEX #2C4836 Timber Green

📋 copy color: '#2C4836'

red 44 ◦ green 72 ◦ blue 54

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

Shades of Timber Green #2C4836

Tints of Timber Green #2C4836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.76%

R = 25.88%
G = 42.35%
B = 31.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#2C4836 (or 0x2C4836) is known color: Timber Green. HEX triplet: 2C, 48 and 36. RGB value is (44,72,54). Sum of RGB (Red+Green+Blue) = 44+72+54=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #2C4836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4836 is #D3B7C9. Grayscale: #3D3D3D. Windows color (decimal): -13875146 or 3557420. OLE color: 3557420.

HSL color Cylindrical-coordinate representation of color #2C4836: hue angle of 141.43º 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 #2C4836 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 72 54 -
CMYK 0.39 0 0.25 0.72
HSL 141.43º 0.24% 0.23% -
HSV(B) 141.43º 0.39% 0.28% -
XYZ 4.02 5.44 4.33 -
YUV 61.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 44 72 54 0.39 0 0.25 0.72 141.43 0.24 0.23
Hex 2C 48 36 27 0 19 48 8D 18 17
Octal 54 110 66 47 0 31 110 215 30 27
Binary 101100 1001000 110110 100111 0 11001 1001000 10001101 11000 10111

Color Harmonies of #2C4836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4836

Black with #2C4836

Text Example


Text Example

White with #2C4836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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