#305741

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

Shades of Goblin #305741

Tints of Goblin #305741

Color information

#305741 (or 0x305741) is unknown color: approx Goblin. HEX triplet: 30, 57 and 41. RGB value is (48,87,65). Sum of RGB (Red+Green+Blue) = 48+87+65=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 87 - color contains mainly: green. Hex color #305741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305741 is #CFA8BE. Grayscale: #484848. Windows color (decimal): -13609151 or 4282160. OLE color: 4282160.

HSL color Cylindrical-coordinate representation of color #305741: hue angle of 146.15º 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 #305741 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB488765-
CMYK0.4500.250.66
HSL146.15º28.89%26.47%-
HSV(B)146.15º44.83%34.12%-
XYZ5.587.836.22-
YUV72.83123.58110.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 87 (34.38% from 255) = 43.5%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=24%
G=43.5%
B=32.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887650.4500.250.66146.1528.8926.47
Hex3057412D01942921d1a
Octal60127101550311022223532
Binary110000101011110000011011010110011000010100100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305741; }

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

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

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

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

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

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

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

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