#28493A

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

Shades of Bottle Green #28493A

Tints of Bottle Green #28493A

Color information

#28493A (or 0x28493A) is unknown color: approx Bottle Green. HEX triplet: 28, 49 and 3A. RGB value is (40,73,58). Sum of RGB (Red+Green+Blue) = 40+73+58=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 73 - color contains mainly: green. Hex color #28493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28493A is #D7B6C5. Grayscale: #3D3D3D. Windows color (decimal): -14137030 or 3819816. OLE color: 3819816.

HSL color Cylindrical-coordinate representation of color #28493A: hue angle of 152.73º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #28493A is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB407358-
CMYK0.4500.210.71
HSL152.73º29.2%22.16%-
HSV(B)152.73º45.21%28.63%-
XYZ4.025.524.86-
YUV61.42126.07112.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.39%
GREEN value IS 73 (28.91% from 255) = 42.69%
BLUE value IS 58 (23.05% from 255) = 33.92%
R=23.39%
G=42.69%
B=33.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4073580.4500.210.71152.7329.222.16
Hex28493A2D01547991d16
Octal5011172550251072313526
Binary10100010010011110101011010101011000111100110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28493A; }

 p { color: rgb(40,73,58); }

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

<style>
 a { background-color: #28493A; }

 a { background-color: rgb(40,73,58); }

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

<style>
 span { border-color: #28493A; }

 span { border-color: rgb(40,73,58); }

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