Html Css Color HEX #30523D Goblin

📋 copy color: '#30523D'

red 48 ◦ green 82 ◦ blue 61

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

Shades of Goblin #30523D

Tints of Goblin #30523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.93%

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

R = 25.13%
G = 42.93%
B = 31.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#30523D (or 0x30523D) is known color: Goblin. HEX triplet: 30, 52 and 3D. RGB value is (48,82,61). Sum of RGB (Red+Green+Blue) = 48+82+61=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #30523D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30523D is #CFADC2. Grayscale: #454545. Windows color (decimal): -13610435 or 4018736. OLE color: 4018736.

HSL color Cylindrical-coordinate representation of color #30523D: hue angle of 142.94º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #30523D is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 82 61 -
CMYK 0.41 0 0.26 0.68
HSL 142.94º 0.26% 0.25% -
HSV(B) 142.94º 0.41% 0.32% -
XYZ 5.08 7 5.5 -
YUV 69.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 48 82 61 0.41 0 0.26 0.68 142.94 0.26 0.25
Hex 30 52 3D 29 0 1A 44 8F 1A 19
Octal 60 122 75 51 0 32 104 217 32 31
Binary 110000 1010010 111101 101001 0 11010 1000100 10001111 11010 11001

Color Harmonies of #30523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30523D

Black with #30523D

Text Example


Text Example

White with #30523D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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