Html Css Color HEX #30513C Goblin

📋 copy color: '#30513C'

red 48 ◦ green 81 ◦ blue 60

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

Shades of Goblin #30513C

Tints of Goblin #30513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.86%

 BLUE value IS 60 (23.83% from 255) = 31.75%

R = 25.4%
G = 42.86%
B = 31.75%

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

#30513C (or 0x30513C) is known color: Goblin. HEX triplet: 30, 51 and 3C. RGB value is (48,81,60). Sum of RGB (Red+Green+Blue) = 48+81+60=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #30513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30513C is #CFAEC3. Grayscale: #444444. Windows color (decimal): -13610692 or 3952944. OLE color: 3952944.

HSL color Cylindrical-coordinate representation of color #30513C: hue angle of 141.82º 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 #30513C is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 81 60 -
CMYK 0.41 0 0.26 0.68
HSL 141.82º 0.26% 0.25% -
HSV(B) 141.82º 0.41% 0.32% -
XYZ 4.98 6.84 5.33 -
YUV 68.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 48 81 60 0.41 0 0.26 0.68 141.82 0.26 0.25
Hex 30 51 3C 29 0 1A 44 8E 1A 19
Octal 60 121 74 51 0 32 104 216 32 31
Binary 110000 1010001 111100 101001 0 11010 1000100 10001110 11010 11001

Color Harmonies of #30513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30513C

Black with #30513C

Text Example


Text Example

White with #30513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30513C; }

 p { color: rgb(48,81,60); }

 H1.HeaderClassName
 {
   color: #30513C;
 }
 .AnyTagClassName
 {
   color: #30513C;
 }
</style>

background-color css

<style>
 a { background-color: #30513C; }

 a { background-color: rgb(48,81,60); }

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

border-color css

<style>
 span { border-color: #30513C; }

 span { border-color: rgb(48,81,60); }

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