#2C473A

Color #2C473A Bottle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bottle Green #2C473A

Tints of Bottle Green #2C473A

Color information

#2C473A (or 0x2C473A) is unknown color: approx Bottle Green. HEX triplet: 2C, 47 and 3A. RGB value is (44,71,58). Sum of RGB (Red+Green+Blue) = 44+71+58=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 71 - color contains mainly: green. Hex color #2C473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C473A is #D3B8C5. Grayscale: #3D3D3D. Windows color (decimal): -13875398 or 3819308. OLE color: 3819308.

HSL color Cylindrical-coordinate representation of color #2C473A: hue angle of 151.11º 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 #2C473A is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB447158-
CMYK0.3800.180.72
HSL151.11º23.48%22.55%-
HSV(B)151.11º38.03%27.84%-
XYZ4.065.354.82-
YUV61.44126.05115.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.43%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=25.43%
G=41.04%
B=33.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4471580.3800.180.72151.1123.4822.55
Hex2C473A2601248971717
Octal5410772460221102272727
Binary10110010001111110101001100100101001000100101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C473A;
 }
 .AnyTagClassName
 {
   color: #2C473A;
 }
</style>
background-color css

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

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

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

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

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

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