#304D3B

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

Shades of Goblin #304D3B

Tints of Goblin #304D3B

Color information

#304D3B (or 0x304D3B) is unknown color: approx Goblin. HEX triplet: 30, 4D and 3B. RGB value is (48,77,59). Sum of RGB (Red+Green+Blue) = 48+77+59=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 77 - color contains mainly: green. Hex color #304D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D3B is #CFB2C4. Grayscale: #424242. Windows color (decimal): -13611717 or 3886384. OLE color: 3886384.

HSL color Cylindrical-coordinate representation of color #304D3B: hue angle of 142.76º 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 #304D3B is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.70.

Color convert

RGB487759-
CMYK0.3800.230.70
HSL142.76º23.2%24.51%-
HSV(B)142.76º37.66%30.2%-
XYZ4.666.255.1-
YUV66.28123.89114.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 77 (30.47% from 255) = 41.85%
BLUE value IS 59 (23.44% from 255) = 32.07%
R=26.09%
G=41.85%
B=32.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4877590.3800.230.70142.7623.224.51
Hex304D3B26017468f1719
Octal6011573460271062172731
Binary11000010011011110111001100101111000110100011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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