Html Css Color HEX #2C4530 Timber Green

📋 copy color: '#2C4530'

red 44 ◦ green 69 ◦ blue 48

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

Shades of Timber Green #2C4530

Tints of Timber Green #2C4530

RGB

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

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

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

R = 27.33%
G = 42.86%
B = 29.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#2C4530 (or 0x2C4530) is known color: Timber Green. HEX triplet: 2C, 45 and 30. RGB value is (44,69,48). Sum of RGB (Red+Green+Blue) = 44+69+48=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 69 - color contains mainly: green. Hex color #2C4530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4530 is #D3BACF. Grayscale: #3B3B3B. Windows color (decimal): -13875920 or 3163436. OLE color: 3163436.

HSL color Cylindrical-coordinate representation of color #2C4530: hue angle of 129.6º 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 #2C4530 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 44 69 48 -
CMYK 0.36 0 0.30 0.73
HSL 129.6º 0.22% 0.22% -
HSV(B) 129.6º 0.36% 0.27% -
XYZ 3.7 5.01 3.57 -
YUV 59.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 44 69 48 0.36 0 0.30 0.73 129.6 0.22 0.22
Hex 2C 45 30 24 0 1E 49 82 16 16
Octal 54 105 60 44 0 36 111 202 26 26
Binary 101100 1000101 110000 100100 0 11110 1001001 10000010 10110 10110

Color Harmonies of #2C4530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4530

Black with #2C4530

Text Example


Text Example

White with #2C4530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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