Html Css Color HEX #30563D Goblin

📋 copy color: '#30563D'

red 48 ◦ green 86 ◦ blue 61

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

Shades of Goblin #30563D

Tints of Goblin #30563D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.1%

 BLUE value IS 61 (24.22% from 255) = 31.28%

R = 24.62%
G = 44.1%
B = 31.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#30563D (or 0x30563D) is known color: Goblin. HEX triplet: 30, 56 and 3D. RGB value is (48,86,61). Sum of RGB (Red+Green+Blue) = 48+86+61=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 86 - color contains mainly: green. Hex color #30563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30563D is #CFA9C2. Grayscale: #474747. Windows color (decimal): -13609411 or 4019760. OLE color: 4019760.

HSL color Cylindrical-coordinate representation of color #30563D: hue angle of 140.53º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30563D is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 86 61 -
CMYK 0.44 0 0.29 0.66
HSL 140.53º 0.28% 0.26% -
HSV(B) 140.53º 0.44% 0.34% -
XYZ 5.39 7.62 5.6 -
YUV 71.79 121.91 111.03 -
System Red Green Blue C M Y K H S L
Decimal 48 86 61 0.44 0 0.29 0.66 140.53 0.28 0.26
Hex 30 56 3D 2C 0 1D 42 8D 1C 1A
Octal 60 126 75 54 0 35 102 215 34 32
Binary 110000 1010110 111101 101100 0 11101 1000010 10001101 11100 11010

Color Harmonies of #30563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30563D

Black with #30563D

Text Example


Text Example

White with #30563D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30563D; }

 p { color: rgb(48,86,61); }

 H1.HeaderClassName
 {
   color: #30563D;
 }
 .AnyTagClassName
 {
   color: #30563D;
 }
</style>

background-color css

<style>
 a { background-color: #30563D; }

 a { background-color: rgb(48,86,61); }

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

border-color css

<style>
 span { border-color: #30563D; }

 span { border-color: rgb(48,86,61); }

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