#304B3B

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

Shades of Goblin #304B3B

Tints of Goblin #304B3B

Color information

#304B3B (or 0x304B3B) is unknown color: approx Goblin. HEX triplet: 30, 4B and 3B. RGB value is (48,75,59). Sum of RGB (Red+Green+Blue) = 48+75+59=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #304B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B3B is #CFB4C4. Grayscale: #414141. Windows color (decimal): -13612229 or 3885872. OLE color: 3885872.

HSL color Cylindrical-coordinate representation of color #304B3B: hue angle of 144.44º 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 #304B3B is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB487559-
CMYK0.3600.210.71
HSL144.44º21.95%24.12%-
HSV(B)144.44º36%29.41%-
XYZ4.525.985.05-
YUV65.1124.55115.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 75 (29.69% from 255) = 41.21%
BLUE value IS 59 (23.44% from 255) = 32.42%
R=26.37%
G=41.21%
B=32.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4875590.3600.210.71144.4421.9524.12
Hex304B3B2401547901618
Octal6011373440251072202630
Binary11000010010111110111001000101011000111100100001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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