#304B3C

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

Shades of Bottle Green #304B3C

Tints of Bottle Green #304B3C

Color information

#304B3C (or 0x304B3C) is unknown color: approx Bottle Green. HEX triplet: 30, 4B and 3C. RGB value is (48,75,60). Sum of RGB (Red+Green+Blue) = 48+75+60=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #304B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B3C is #CFB4C3. Grayscale: #414141. Windows color (decimal): -13612228 or 3951408. OLE color: 3951408.

HSL color Cylindrical-coordinate representation of color #304B3C: hue angle of 146.67º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #304B3C is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB487560-
CMYK0.3600.200.71
HSL146.67º21.95%24.12%-
HSV(B)146.67º36%29.41%-
XYZ4.555.995.19-
YUV65.22125.05115.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 75 (29.69% from 255) = 40.98%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=26.23%
G=40.98%
B=32.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4875600.3600.200.71146.6721.9524.12
Hex304B3C2401447931618
Octal6011374440241072232630
Binary11000010010111111001001000101001000111100100111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,75,60); }

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

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

 a { background-color: rgb(48,75,60); }

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

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

 span { border-color: rgb(48,75,60); }

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