Html Css Color HEX #2D4830 Timber Green

📋 copy color: '#2D4830'

red 45 ◦ green 72 ◦ blue 48

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

Shades of Timber Green #2D4830

Tints of Timber Green #2D4830

RGB

 RED value IS 45 (17.97% from 255) = 27.27%

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

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

R = 27.27%
G = 43.64%
B = 29.09%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#2D4830 (or 0x2D4830) is known color: Timber Green. HEX triplet: 2D, 48 and 30. RGB value is (45,72,48). Sum of RGB (Red+Green+Blue) = 45+72+48=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #2D4830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4830 is #D2B7CF. Grayscale: #3D3D3D. Windows color (decimal): -13809616 or 3164205. OLE color: 3164205.

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

Color convert

RGB 45 72 48 -
CMYK 0.38 0 0.33 0.72
HSL 126.67º 0.23% 0.23% -
HSV(B) 126.67º 0.38% 0.28% -
XYZ 3.93 5.41 3.63 -
YUV 61.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 45 72 48 0.38 0 0.33 0.72 126.67 0.23 0.23
Hex 2D 48 30 26 0 21 48 7F 17 17
Octal 55 110 60 46 0 41 110 177 27 27
Binary 101101 1001000 110000 100110 0 100001 1001000 1111111 10111 10111

Color Harmonies of #2D4830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4830

Black with #2D4830

Text Example


Text Example

White with #2D4830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,72,48); }

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

background-color css

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

 a { background-color: rgb(45,72,48); }

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

border-color css

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

 span { border-color: rgb(45,72,48); }

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