Html Css Color HEX #2C4330 Timber Green

📋 copy color: '#2C4330'

red 44 ◦ green 67 ◦ blue 48

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

Shades of Timber Green #2C4330

Tints of Timber Green #2C4330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.14%

 BLUE value IS 48 (19.14% from 255) = 30.19%

R = 27.67%
G = 42.14%
B = 30.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#2C4330 (or 0x2C4330) is known color: Timber Green. HEX triplet: 2C, 43 and 30. RGB value is (44,67,48). Sum of RGB (Red+Green+Blue) = 44+67+48=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #2C4330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4330 is #D3BCCF. Grayscale: #3A3A3A. Windows color (decimal): -13876432 or 3162924. OLE color: 3162924.

HSL color Cylindrical-coordinate representation of color #2C4330: hue angle of 130.43º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2C4330 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB 44 67 48 -
CMYK 0.34 0 0.28 0.74
HSL 130.43º 0.21% 0.22% -
HSV(B) 130.43º 0.34% 0.26% -
XYZ 3.58 4.76 3.53 -
YUV 57.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 44 67 48 0.34 0 0.28 0.74 130.43 0.21 0.22
Hex 2C 43 30 22 0 1C 4A 82 15 16
Octal 54 103 60 42 0 34 112 202 25 26
Binary 101100 1000011 110000 100010 0 11100 1001010 10000010 10101 10110

Color Harmonies of #2C4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4330

Black with #2C4330

Text Example


Text Example

White with #2C4330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,67,48); }

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

background-color css

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

 a { background-color: rgb(44,67,48); }

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

border-color css

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

 span { border-color: rgb(44,67,48); }

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