Html Css Color HEX #30503B Goblin

📋 copy color: '#30503B'

red 48 ◦ green 80 ◦ blue 59

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

Shades of Goblin #30503B

Tints of Goblin #30503B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 31.55%

R = 25.67%
G = 42.78%
B = 31.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#30503B (or 0x30503B) is known color: Goblin. HEX triplet: 30, 50 and 3B. RGB value is (48,80,59). Sum of RGB (Red+Green+Blue) = 48+80+59=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #30503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30503B is #CFAFC4. Grayscale: #444444. Windows color (decimal): -13610949 or 3887152. OLE color: 3887152.

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

Color convert

RGB 48 80 59 -
CMYK 0.40 0 0.26 0.69
HSL 140.63º 0.25% 0.25% -
HSV(B) 140.63º 0.4% 0.31% -
XYZ 4.88 6.68 5.17 -
YUV 68.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 48 80 59 0.40 0 0.26 0.69 140.63 0.25 0.25
Hex 30 50 3B 28 0 1A 45 8D 19 19
Octal 60 120 73 50 0 32 105 215 31 31
Binary 110000 1010000 111011 101000 0 11010 1000101 10001101 11001 11001

Color Harmonies of #30503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30503B

Black with #30503B

Text Example


Text Example

White with #30503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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