Html Css Color HEX #30513B Goblin

📋 copy color: '#30513B'

red 48 ◦ green 81 ◦ blue 59

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

Shades of Goblin #30513B

Tints of Goblin #30513B

RGB

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

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

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

R = 25.53%
G = 43.09%
B = 31.38%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#30513B (or 0x30513B) is known color: Goblin. HEX triplet: 30, 51 and 3B. RGB value is (48,81,59). Sum of RGB (Red+Green+Blue) = 48+81+59=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #30513B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30513B is #CFAEC4. Grayscale: #444444. Windows color (decimal): -13610693 or 3887408. OLE color: 3887408.

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

Color convert

RGB 48 81 59 -
CMYK 0.41 0 0.27 0.68
HSL 140º 0.26% 0.25% -
HSV(B) 140º 0.41% 0.32% -
XYZ 4.95 6.83 5.19 -
YUV 68.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 48 81 59 0.41 0 0.27 0.68 140 0.26 0.25
Hex 30 51 3B 29 0 1B 44 8C 1A 19
Octal 60 121 73 51 0 33 104 214 32 31
Binary 110000 1010001 111011 101001 0 11011 1000100 10001100 11010 11001

Color Harmonies of #30513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30513B

Black with #30513B

Text Example


Text Example

White with #30513B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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