Html Css Color HEX #30593C Goblin

📋 copy color: '#30593C'

red 48 ◦ green 89 ◦ blue 60

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

Shades of Goblin #30593C

Tints of Goblin #30593C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.18%

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

R = 24.37%
G = 45.18%
B = 30.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#30593C (or 0x30593C) is known color: Goblin. HEX triplet: 30, 59 and 3C. RGB value is (48,89,60). Sum of RGB (Red+Green+Blue) = 48+89+60=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 89 - color contains mainly: green. Hex color #30593C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30593C is #CFA6C3. Grayscale: #494949. Windows color (decimal): -13608644 or 3954992. OLE color: 3954992.

HSL color Cylindrical-coordinate representation of color #30593C: hue angle of 137.56º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #30593C is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 60 -
CMYK 0.46 0 0.33 0.65
HSL 137.56º 0.3% 0.27% -
HSV(B) 137.56º 0.46% 0.35% -
XYZ 5.61 8.1 5.54 -
YUV 73.44 120.42 109.86 -
System Red Green Blue C M Y K H S L
Decimal 48 89 60 0.46 0 0.33 0.65 137.56 0.3 0.27
Hex 30 59 3C 2E 0 21 41 8A 1E 1B
Octal 60 131 74 56 0 41 101 212 36 33
Binary 110000 1011001 111100 101110 0 100001 1000001 10001010 11110 11011

Color Harmonies of #30593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30593C

Black with #30593C

Text Example


Text Example

White with #30593C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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