#30573E

Color #30573E Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #30573E

Tints of Goblin #30573E

Color information

#30573E (or 0x30573E) is unknown color: approx Goblin. HEX triplet: 30, 57 and 3E. RGB value is (48,87,62). Sum of RGB (Red+Green+Blue) = 48+87+62=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 87 - color contains mainly: green. Hex color #30573E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30573E is #CFA8C1. Grayscale: #484848. Windows color (decimal): -13609154 or 4085552. OLE color: 4085552.

HSL color Cylindrical-coordinate representation of color #30573E: hue angle of 141.54º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #30573E is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB488762-
CMYK0.4500.290.66
HSL141.54º28.89%26.47%-
HSV(B)141.54º44.83%34.12%-
XYZ5.57.795.77-
YUV72.49122.08110.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.37%
GREEN value IS 87 (34.38% from 255) = 44.16%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=24.37%
G=44.16%
B=31.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887620.4500.290.66141.5428.8926.47
Hex30573E2D01D428e1d1a
Octal6012776550351022163532
Binary11000010101111111101011010111011000010100011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30573E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30573E;
 }
 .AnyTagClassName
 {
   color: #30573E;
 }
</style>
background-color css

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

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

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

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

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

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