Html Css Color HEX #2D473B Bottle Green

📋 copy color: '#2D473B'

red 45 ◦ green 71 ◦ blue 59

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

Shades of Bottle Green #2D473B

Tints of Bottle Green #2D473B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.57%

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

R = 25.71%
G = 40.57%
B = 33.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#2D473B (or 0x2D473B) is known color: Bottle Green. HEX triplet: 2D, 47 and 3B. RGB value is (45,71,59). Sum of RGB (Red+Green+Blue) = 45+71+59=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 71 - color contains mainly: green. Hex color #2D473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D473B is #D2B8C4. Grayscale: #3D3D3D. Windows color (decimal): -13809861 or 3884845. OLE color: 3884845.

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

Color convert

RGB 45 71 59 -
CMYK 0.37 0 0.17 0.72
HSL 152.31º 0.22% 0.23% -
HSV(B) 152.31º 0.37% 0.28% -
XYZ 4.12 5.38 4.96 -
YUV 61.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 45 71 59 0.37 0 0.17 0.72 152.31 0.22 0.23
Hex 2D 47 3B 25 0 11 48 98 16 17
Octal 55 107 73 45 0 21 110 230 26 27
Binary 101101 1000111 111011 100101 0 10001 1001000 10011000 10110 10111

Color Harmonies of #2D473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D473B

Black with #2D473B

Text Example


Text Example

White with #2D473B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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