Html Css Color HEX #30583F Goblin

📋 copy color: '#30583F'

red 48 ◦ green 88 ◦ blue 63

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

Shades of Goblin #30583F

Tints of Goblin #30583F

RGB

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

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

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

R = 24.12%
G = 44.22%
B = 31.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#30583F (or 0x30583F) is known color: Goblin. HEX triplet: 30, 58 and 3F. RGB value is (48,88,63). Sum of RGB (Red+Green+Blue) = 48+88+63=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 88 - color contains mainly: green. Hex color #30583F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30583F is #CFA7C0. Grayscale: #494949. Windows color (decimal): -13608897 or 4151344. OLE color: 4151344.

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

Color convert

RGB 48 88 63 -
CMYK 0.45 0 0.28 0.65
HSL 142.5º 0.29% 0.27% -
HSV(B) 142.5º 0.45% 0.35% -
XYZ 5.61 7.97 5.94 -
YUV 73.19 122.25 110.03 -
System Red Green Blue C M Y K H S L
Decimal 48 88 63 0.45 0 0.28 0.65 142.5 0.29 0.27
Hex 30 58 3F 2D 0 1C 41 8E 1D 1B
Octal 60 130 77 55 0 34 101 216 35 33
Binary 110000 1011000 111111 101101 0 11100 1000001 10001110 11101 11011

Color Harmonies of #30583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30583F

Black with #30583F

Text Example


Text Example

White with #30583F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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