Html Css Color HEX #30503E Goblin

📋 copy color: '#30503E'

red 48 ◦ green 80 ◦ blue 62

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

Shades of Goblin #30503E

Tints of Goblin #30503E

RGB

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

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

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

R = 25.26%
G = 42.11%
B = 32.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#30503E (or 0x30503E) is known color: Goblin. HEX triplet: 30, 50 and 3E. RGB value is (48,80,62). Sum of RGB (Red+Green+Blue) = 48+80+62=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #30503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30503E is #CFAFC1. Grayscale: #444444. Windows color (decimal): -13610946 or 4083760. OLE color: 4083760.

HSL color Cylindrical-coordinate representation of color #30503E: hue angle of 146.25º 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 #30503E is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 80 62 -
CMYK 0.40 0 0.22 0.69
HSL 146.25º 0.25% 0.25% -
HSV(B) 146.25º 0.4% 0.31% -
XYZ 4.96 6.71 5.59 -
YUV 68.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 48 80 62 0.40 0 0.22 0.69 146.25 0.25 0.25
Hex 30 50 3E 28 0 16 45 92 19 19
Octal 60 120 76 50 0 26 105 222 31 31
Binary 110000 1010000 111110 101000 0 10110 1000101 10010010 11001 11001

Color Harmonies of #30503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30503E

Black with #30503E

Text Example


Text Example

White with #30503E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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