Html Css Color HEX #2D493B Bottle Green

📋 copy color: '#2D493B'

red 45 ◦ green 73 ◦ blue 59

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

Shades of Bottle Green #2D493B

Tints of Bottle Green #2D493B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.24%

 BLUE value IS 59 (23.44% from 255) = 33.33%

R = 25.42%
G = 41.24%
B = 33.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#2D493B (or 0x2D493B) is known color: Bottle Green. HEX triplet: 2D, 49 and 3B. RGB value is (45,73,59). Sum of RGB (Red+Green+Blue) = 45+73+59=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #2D493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D493B is #D2B6C4. Grayscale: #3F3F3F. Windows color (decimal): -13809349 or 3885357. OLE color: 3885357.

HSL color Cylindrical-coordinate representation of color #2D493B: hue angle of 150º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D493B is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 45 73 59 -
CMYK 0.38 0 0.19 0.71
HSL 150º 0.24% 0.23% -
HSV(B) 150º 0.38% 0.29% -
XYZ 4.25 5.64 5 -
YUV 63.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 45 73 59 0.38 0 0.19 0.71 150 0.24 0.23
Hex 2D 49 3B 26 0 13 47 96 18 17
Octal 55 111 73 46 0 23 107 226 30 27
Binary 101101 1001001 111011 100110 0 10011 1000111 10010110 11000 10111

Color Harmonies of #2D493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D493B

Black with #2D493B

Text Example


Text Example

White with #2D493B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,73,59); }

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

background-color css

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

 a { background-color: rgb(45,73,59); }

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

border-color css

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

 span { border-color: rgb(45,73,59); }

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