Html Css Color HEX #304C3D Bottle Green

📋 copy color: '#304C3D'

red 48 ◦ green 76 ◦ blue 61

#304C3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bottle Green #304C3D

Tints of Bottle Green #304C3D

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 value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#304C3D (or 0x304C3D) is known color: 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

RGB 48 76 61 -
CMYK 0.37 0 0.20 0.70
HSL 147.86º 0.23% 0.24% -
HSV(B) 147.86º 0.37% 0.3% -
XYZ 4.65 6.13 5.35 -
YUV 65.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 48 76 61 0.37 0 0.20 0.70 147.86 0.23 0.24
Hex 30 4C 3D 25 0 14 46 94 17 18
Octal 60 114 75 45 0 24 106 224 27 30
Binary 110000 1001100 111101 100101 0 10100 1000110 10010100 10111 11000

Color Harmonies of #304C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C3D

Black with #304C3D

Text Example


Text Example

White with #304C3D

Text Example


Text Example

HTML Codes & Css Web 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>