Html Css Color HEX #304D3E Bottle Green

📋 copy color: '#304D3E'

red 48 ◦ green 77 ◦ blue 62

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

Shades of Bottle Green #304D3E

Tints of Bottle Green #304D3E

RGB

 RED value IS 48 (19.14% from 255) = 25.67%

 GREEN value IS 77 (30.47% from 255) = 41.18%

 BLUE value IS 62 (24.61% from 255) = 33.16%

R = 25.67%
G = 41.18%
B = 33.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#304D3E (or 0x304D3E) is known color: Bottle Green. HEX triplet: 30, 4D and 3E. RGB value is (48,77,62). Sum of RGB (Red+Green+Blue) = 48+77+62=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 77 - color contains mainly: green. Hex color #304D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D3E is #CFB2C1. Grayscale: #424242. Windows color (decimal): -13611714 or 4082992. OLE color: 4082992.

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

Color convert

RGB 48 77 62 -
CMYK 0.38 0 0.19 0.70
HSL 148.97º 0.23% 0.25% -
HSV(B) 148.97º 0.38% 0.3% -
XYZ 4.74 6.28 5.52 -
YUV 66.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 48 77 62 0.38 0 0.19 0.70 148.97 0.23 0.25
Hex 30 4D 3E 26 0 13 46 95 17 19
Octal 60 115 76 46 0 23 106 225 27 31
Binary 110000 1001101 111110 100110 0 10011 1000110 10010101 10111 11001

Color Harmonies of #304D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D3E

Black with #304D3E

Text Example


Text Example

White with #304D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,77,62); }

 H1.HeaderClassName
 {
   color: #304D3E;
 }
 .AnyTagClassName
 {
   color: #304D3E;
 }
</style>

background-color css

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

 a { background-color: rgb(48,77,62); }

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

border-color css

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

 span { border-color: rgb(48,77,62); }

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