Html Css Color HEX #2B473A Bottle Green

📋 copy color: '#2B473A'

red 43 ◦ green 71 ◦ blue 58

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

Shades of Bottle Green #2B473A

Tints of Bottle Green #2B473A

RGB

 RED value IS 43 (17.19% from 255) = 25%

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

 BLUE value IS 58 (23.05% from 255) = 33.72%

R = 25%
G = 41.28%
B = 33.72%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#2B473A (or 0x2B473A) is known color: Bottle Green. HEX triplet: 2B, 47 and 3A. RGB value is (43,71,58). Sum of RGB (Red+Green+Blue) = 43+71+58=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #2B473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B473A is #D4B8C5. Grayscale: #3D3D3D. Windows color (decimal): -13940934 or 3819307. OLE color: 3819307.

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

Color convert

RGB 43 71 58 -
CMYK 0.39 0 0.18 0.72
HSL 152.14º 0.25% 0.22% -
HSV(B) 152.14º 0.39% 0.28% -
XYZ 4.01 5.33 4.82 -
YUV 61.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 43 71 58 0.39 0 0.18 0.72 152.14 0.25 0.22
Hex 2B 47 3A 27 0 12 48 98 19 16
Octal 53 107 72 47 0 22 110 230 31 26
Binary 101011 1000111 111010 100111 0 10010 1001000 10011000 11001 10110

Color Harmonies of #2B473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B473A

Black with #2B473A

Text Example


Text Example

White with #2B473A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,71,58); }

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

background-color css

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

 a { background-color: rgb(43,71,58); }

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

border-color css

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

 span { border-color: rgb(43,71,58); }

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