#304C3D

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

Shades of Bottle Green #304C3D

Tints of Bottle Green #304C3D

Color information

#304C3D (or 0x304C3D) is unknown color: approx Bottle Green. HEX triplet: 30, 4C and 3D. RGB value is (48,76,61). Sum of RGB (Red+Green+Blue) = 48+76+61=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 76 - color contains mainly: green. Hex color #304C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C3D is #CFB3C2. Grayscale: #414141. Windows color (decimal): -13611971 or 4017200. OLE color: 4017200.

HSL color Cylindrical-coordinate representation of color #304C3D: hue angle of 147.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #304C3D is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB487661-
CMYK0.3700.200.70
HSL147.86º22.58%24.31%-
HSV(B)147.86º36.84%29.8%-
XYZ4.656.135.35-
YUV65.92125.22115.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 76 (30.08% from 255) = 41.08%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=25.95%
G=41.08%
B=32.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876610.3700.200.70147.8622.5824.31
Hex304C3D2501446941718
Octal6011475450241062242730
Binary11000010011001111011001010101001000110100101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304C3D; }

 p { color: rgb(48,76,61); }

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

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

 a { background-color: rgb(48,76,61); }

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

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

 span { border-color: rgb(48,76,61); }

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