Html Css Color HEX #30593D Goblin

📋 copy color: '#30593D'

red 48 ◦ green 89 ◦ blue 61

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

Shades of Goblin #30593D

Tints of Goblin #30593D

RGB

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

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

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

R = 24.24%
G = 44.95%
B = 30.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#30593D (or 0x30593D) is known color: Goblin. HEX triplet: 30, 59 and 3D. RGB value is (48,89,61). Sum of RGB (Red+Green+Blue) = 48+89+61=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 89 - color contains mainly: green. Hex color #30593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30593D is #CFA6C2. Grayscale: #494949. Windows color (decimal): -13608643 or 4020528. OLE color: 4020528.

HSL color Cylindrical-coordinate representation of color #30593D: hue angle of 139.02º 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 #30593D is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 61 -
CMYK 0.46 0 0.31 0.65
HSL 139.02º 0.3% 0.27% -
HSV(B) 139.02º 0.46% 0.35% -
XYZ 5.63 8.11 5.68 -
YUV 73.55 120.92 109.78 -
System Red Green Blue C M Y K H S L
Decimal 48 89 61 0.46 0 0.31 0.65 139.02 0.3 0.27
Hex 30 59 3D 2E 0 1F 41 8B 1E 1B
Octal 60 131 75 56 0 37 101 213 36 33
Binary 110000 1011001 111101 101110 0 11111 1000001 10001011 11110 11011

Color Harmonies of #30593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30593D

Black with #30593D

Text Example


Text Example

White with #30593D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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