Html Css Color HEX #30583E Goblin

📋 copy color: '#30583E'

red 48 ◦ green 88 ◦ blue 62

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

Shades of Goblin #30583E

Tints of Goblin #30583E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.44%

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

R = 24.24%
G = 44.44%
B = 31.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#30583E (or 0x30583E) is known color: Goblin. HEX triplet: 30, 58 and 3E. RGB value is (48,88,62). Sum of RGB (Red+Green+Blue) = 48+88+62=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #30583E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30583E is #CFA7C1. Grayscale: #494949. Windows color (decimal): -13608898 or 4085808. OLE color: 4085808.

HSL color Cylindrical-coordinate representation of color #30583E: hue angle of 141º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #30583E is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 88 62 -
CMYK 0.45 0 0.30 0.65
HSL 141º 0.29% 0.27% -
HSV(B) 141º 0.45% 0.35% -
XYZ 5.58 7.96 5.8 -
YUV 73.08 121.75 110.11 -
System Red Green Blue C M Y K H S L
Decimal 48 88 62 0.45 0 0.30 0.65 141 0.29 0.27
Hex 30 58 3E 2D 0 1E 41 8D 1D 1B
Octal 60 130 76 55 0 36 101 215 35 33
Binary 110000 1011000 111110 101101 0 11110 1000001 10001101 11101 11011

Color Harmonies of #30583E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30583E

Black with #30583E

Text Example


Text Example

White with #30583E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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