Html Css Color HEX #30503F Goblin

📋 copy color: '#30503F'

red 48 ◦ green 80 ◦ blue 63

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

Shades of Goblin #30503F

Tints of Goblin #30503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.88%

 BLUE value IS 63 (25% from 255) = 32.98%

R = 25.13%
G = 41.88%
B = 32.98%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#30503F (or 0x30503F) is known color: Goblin. HEX triplet: 30, 50 and 3F. RGB value is (48,80,63). Sum of RGB (Red+Green+Blue) = 48+80+63=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #30503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30503F is #CFAFC0. Grayscale: #444444. Windows color (decimal): -13610945 or 4149296. OLE color: 4149296.

HSL color Cylindrical-coordinate representation of color #30503F: hue angle of 148.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #30503F is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 80 63 -
CMYK 0.40 0 0.21 0.69
HSL 148.13º 0.25% 0.25% -
HSV(B) 148.13º 0.4% 0.31% -
XYZ 4.98 6.72 5.74 -
YUV 68.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 48 80 63 0.40 0 0.21 0.69 148.13 0.25 0.25
Hex 30 50 3F 28 0 15 45 94 19 19
Octal 60 120 77 50 0 25 105 224 31 31
Binary 110000 1010000 111111 101000 0 10101 1000101 10010100 11001 11001

Color Harmonies of #30503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30503F

Black with #30503F

Text Example


Text Example

White with #30503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30503F; }

 p { color: rgb(48,80,63); }

 H1.HeaderClassName
 {
   color: #30503F;
 }
 .AnyTagClassName
 {
   color: #30503F;
 }
</style>

background-color css

<style>
 a { background-color: #30503F; }

 a { background-color: rgb(48,80,63); }

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

border-color css

<style>
 span { border-color: #30503F; }

 span { border-color: rgb(48,80,63); }

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