Html Css Color HEX #30513E Goblin

📋 copy color: '#30513E'

red 48 ◦ green 81 ◦ blue 62

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

Shades of Goblin #30513E

Tints of Goblin #30513E

RGB

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

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

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

R = 25.13%
G = 42.41%
B = 32.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#30513E (or 0x30513E) is known color: Goblin. HEX triplet: 30, 51 and 3E. RGB value is (48,81,62). Sum of RGB (Red+Green+Blue) = 48+81+62=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 81 - color contains mainly: green. Hex color #30513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30513E is #CFAEC1. Grayscale: #454545. Windows color (decimal): -13610690 or 4084016. OLE color: 4084016.

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

Color convert

RGB 48 81 62 -
CMYK 0.41 0 0.23 0.68
HSL 145.45º 0.26% 0.25% -
HSV(B) 145.45º 0.41% 0.32% -
XYZ 5.03 6.86 5.62 -
YUV 68.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 48 81 62 0.41 0 0.23 0.68 145.45 0.26 0.25
Hex 30 51 3E 29 0 17 44 91 1A 19
Octal 60 121 76 51 0 27 104 221 32 31
Binary 110000 1010001 111110 101001 0 10111 1000100 10010001 11010 11001

Color Harmonies of #30513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30513E

Black with #30513E

Text Example


Text Example

White with #30513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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