Html Css Color HEX #30593F Goblin

📋 copy color: '#30593F'

red 48 ◦ green 89 ◦ blue 63

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

Shades of Goblin #30593F

Tints of Goblin #30593F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.5%

R = 24%
G = 44.5%
B = 31.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#30593F (or 0x30593F) is known color: Goblin. HEX triplet: 30, 59 and 3F. RGB value is (48,89,63). Sum of RGB (Red+Green+Blue) = 48+89+63=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #30593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30593F is #CFA6C0. Grayscale: #494949. Windows color (decimal): -13608641 or 4151600. OLE color: 4151600.

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

Color convert

RGB 48 89 63 -
CMYK 0.46 0 0.29 0.65
HSL 141.95º 0.3% 0.27% -
HSV(B) 141.95º 0.46% 0.35% -
XYZ 5.69 8.13 5.97 -
YUV 73.78 121.92 109.61 -
System Red Green Blue C M Y K H S L
Decimal 48 89 63 0.46 0 0.29 0.65 141.95 0.3 0.27
Hex 30 59 3F 2E 0 1D 41 8E 1E 1B
Octal 60 131 77 56 0 35 101 216 36 33
Binary 110000 1011001 111111 101110 0 11101 1000001 10001110 11110 11011

Color Harmonies of #30593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30593F

Black with #30593F

Text Example


Text Example

White with #30593F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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