Html Css Color HEX #2C462D Timber Green

📋 copy color: '#2C462D'

red 44 ◦ green 70 ◦ blue 45

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

Shades of Timber Green #2C462D

Tints of Timber Green #2C462D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.03%

 BLUE value IS 45 (17.97% from 255) = 28.3%

R = 27.67%
G = 44.03%
B = 28.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.36

 K value IS 0.73

RGB Variations

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

Color information

#2C462D (or 0x2C462D) is known color: Timber Green. HEX triplet: 2C, 46 and 2D. RGB value is (44,70,45). Sum of RGB (Red+Green+Blue) = 44+70+45=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 70 - color contains mainly: green. Hex color #2C462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C462D is #D3B9D2. Grayscale: #3B3B3B. Windows color (decimal): -13875667 or 2967084. OLE color: 2967084.

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

Color convert

RGB 44 70 45 -
CMYK 0.37 0 0.36 0.73
HSL 122.31º 0.23% 0.22% -
HSV(B) 122.31º 0.37% 0.27% -
XYZ 3.7 5.11 3.27 -
YUV 59.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 44 70 45 0.37 0 0.36 0.73 122.31 0.23 0.22
Hex 2C 46 2D 25 0 24 49 7A 17 16
Octal 54 106 55 45 0 44 111 172 27 26
Binary 101100 1000110 101101 100101 0 100100 1001001 1111010 10111 10110

Color Harmonies of #2C462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C462D

Black with #2C462D

Text Example


Text Example

White with #2C462D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,70,45); }

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

background-color css

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

 a { background-color: rgb(44,70,45); }

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

border-color css

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

 span { border-color: rgb(44,70,45); }

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