#2A493B

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

Shades of Bottle Green #2A493B

Tints of Bottle Green #2A493B

Color information

#2A493B (or 0x2A493B) is unknown color: approx Bottle Green. HEX triplet: 2A, 49 and 3B. RGB value is (42,73,59). Sum of RGB (Red+Green+Blue) = 42+73+59=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #2A493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A493B is #D5B6C4. Grayscale: #3E3E3E. Windows color (decimal): -14005957 or 3885354. OLE color: 3885354.

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

Color convert

RGB427359-
CMYK0.4200.190.71
HSL152.9º26.96%22.55%-
HSV(B)152.9º42.47%28.63%-
XYZ4.135.575-
YUV62.14126.23113.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.14%
GREEN value IS 73 (28.91% from 255) = 41.95%
BLUE value IS 59 (23.44% from 255) = 33.91%
R=24.14%
G=41.95%
B=33.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4273590.4200.190.71152.926.9622.55
Hex2A493B2A01347991b17
Octal5211173520231072313327
Binary10101010010011110111010100100111000111100110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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