#284538

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

Shades of Bottle Green #284538

Tints of Bottle Green #284538

Color information

#284538 (or 0x284538) is unknown color: approx Bottle Green. HEX triplet: 28, 45 and 38. RGB value is (40,69,56). Sum of RGB (Red+Green+Blue) = 40+69+56=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #284538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284538 is #D7BAC7. Grayscale: #3A3A3A. Windows color (decimal): -14138056 or 3687720. OLE color: 3687720.

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

Color convert

RGB406956-
CMYK0.4200.190.73
HSL153.1º26.61%21.37%-
HSV(B)153.1º42.03%27.06%-
XYZ3.724.994.51-
YUV58.85126.39114.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 69 (27.34% from 255) = 41.82%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=24.24%
G=41.82%
B=33.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4069560.4200.190.73153.126.6121.37
Hex2845382A01349991b15
Octal5010570520231112313325
Binary10100010001011110001010100100111001001100110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284538; }

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

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

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

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

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

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

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

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