#284A38

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

Shades of Bottle Green #284A38

Tints of Bottle Green #284A38

Color information

#284A38 (or 0x284A38) is unknown color: approx Bottle Green. HEX triplet: 28, 4A and 38. RGB value is (40,74,56). Sum of RGB (Red+Green+Blue) = 40+74+56=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 74 - color contains mainly: green. Hex color #284A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A38 is #D7B5C7. Grayscale: #3D3D3D. Windows color (decimal): -14136776 or 3689000. OLE color: 3689000.

HSL color Cylindrical-coordinate representation of color #284A38: hue angle of 148.24º 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 #284A38 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB407456-
CMYK0.4600.240.71
HSL148.24º29.82%22.35%-
HSV(B)148.24º45.95%29.02%-
XYZ4.045.634.62-
YUV61.78124.74112.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.53%
GREEN value IS 74 (29.30% from 255) = 43.53%
BLUE value IS 56 (22.27% from 255) = 32.94%
R=23.53%
G=43.53%
B=32.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4074560.4600.240.71148.2429.8222.35
Hex284A382E01847941e16
Octal5011270560301072243626
Binary10100010010101110001011100110001000111100101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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