#2A4838

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

Shades of Bottle Green #2A4838

Tints of Bottle Green #2A4838

Color information

#2A4838 (or 0x2A4838) is unknown color: approx Bottle Green. HEX triplet: 2A, 48 and 38. RGB value is (42,72,56). Sum of RGB (Red+Green+Blue) = 42+72+56=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #2A4838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4838 is #D5B7C7. Grayscale: #3D3D3D. Windows color (decimal): -14006216 or 3688490. OLE color: 3688490.

HSL color Cylindrical-coordinate representation of color #2A4838: hue angle of 148º 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 #2A4838 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB427256-
CMYK0.4200.220.72
HSL148º26.32%22.35%-
HSV(B)148º41.67%28.24%-
XYZ3.995.414.58-
YUV61.21125.06114.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.71%
GREEN value IS 72 (28.52% from 255) = 42.35%
BLUE value IS 56 (22.27% from 255) = 32.94%
R=24.71%
G=42.35%
B=32.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4272560.4200.220.7214826.3222.35
Hex2A48382A01648941a16
Octal5211070520261102243226
Binary10101010010001110001010100101101001000100101001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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