#2A483A

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

Shades of Bottle Green #2A483A

Tints of Bottle Green #2A483A

Color information

#2A483A (or 0x2A483A) is unknown color: approx Bottle Green. HEX triplet: 2A, 48 and 3A. RGB value is (42,72,58). Sum of RGB (Red+Green+Blue) = 42+72+58=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #2A483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A483A is #D5B7C5. Grayscale: #3D3D3D. Windows color (decimal): -14006214 or 3819562. OLE color: 3819562.

HSL color Cylindrical-coordinate representation of color #2A483A: hue angle of 152º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A483A is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB427258-
CMYK0.4200.190.72
HSL152º26.32%22.35%-
HSV(B)152º41.67%28.24%-
XYZ4.045.434.84-
YUV61.43126.06114.14-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.42%
GREEN value IS 72 (28.52% from 255) = 41.86%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=24.42%
G=41.86%
B=33.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4272580.4200.190.7215226.3222.35
Hex2A483A2A01348981a16
Octal5211072520231102303226
Binary10101010010001110101010100100111001000100110001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,72,58); }

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

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

 a { background-color: rgb(42,72,58); }

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

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

 span { border-color: rgb(42,72,58); }

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