#284A3A

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

Shades of Bottle Green #284A3A

Tints of Bottle Green #284A3A

Color information

#284A3A (or 0x284A3A) is unknown color: approx Bottle Green. HEX triplet: 28, 4A and 3A. RGB value is (40,74,58). Sum of RGB (Red+Green+Blue) = 40+74+58=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 74 - color contains mainly: green. Hex color #284A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A3A is #D7B5C5. Grayscale: #3E3E3E. Windows color (decimal): -14136774 or 3820072. OLE color: 3820072.

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

Color convert

RGB407458-
CMYK0.4600.220.71
HSL151.76º29.82%22.35%-
HSV(B)151.76º45.95%29.02%-
XYZ4.095.654.88-
YUV62.01125.74112.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.26%
GREEN value IS 74 (29.30% from 255) = 43.02%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=23.26%
G=43.02%
B=33.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4074580.4600.220.71151.7629.8222.35
Hex284A3A2E01647981e16
Octal5011272560261072303626
Binary10100010010101110101011100101101000111100110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284A3A; }

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

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

<style>
 a { background-color: #284A3A; }

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

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

<style>
 span { border-color: #284A3A; }

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

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