Html Css Color HEX #30493A Goblin

📋 copy color: '#30493A'

red 48 ◦ green 73 ◦ blue 58

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

Shades of Goblin #30493A

Tints of Goblin #30493A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.78%

 BLUE value IS 58 (23.05% from 255) = 32.4%

R = 26.82%
G = 40.78%
B = 32.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#30493A (or 0x30493A) is known color: Goblin. HEX triplet: 30, 49 and 3A. RGB value is (48,73,58). Sum of RGB (Red+Green+Blue) = 48+73+58=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 73 - color contains mainly: green. Hex color #30493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30493A is #CFB6C5. Grayscale: #3F3F3F. Windows color (decimal): -13612742 or 3819824. OLE color: 3819824.

HSL color Cylindrical-coordinate representation of color #30493A: hue angle of 144º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #30493A is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 73 58 -
CMYK 0.34 0 0.21 0.71
HSL 144º 0.21% 0.24% -
HSV(B) 144º 0.34% 0.29% -
XYZ 4.37 5.7 4.87 -
YUV 63.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 48 73 58 0.34 0 0.21 0.71 144 0.21 0.24
Hex 30 49 3A 22 0 15 47 90 15 18
Octal 60 111 72 42 0 25 107 220 25 30
Binary 110000 1001001 111010 100010 0 10101 1000111 10010000 10101 11000

Color Harmonies of #30493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30493A

Black with #30493A

Text Example


Text Example

White with #30493A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30493A; }

 p { color: rgb(48,73,58); }

 H1.HeaderClassName
 {
   color: #30493A;
 }
 .AnyTagClassName
 {
   color: #30493A;
 }
</style>

background-color css

<style>
 a { background-color: #30493A; }

 a { background-color: rgb(48,73,58); }

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

border-color css

<style>
 span { border-color: #30493A; }

 span { border-color: rgb(48,73,58); }

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